Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyAsyncProcessModel should wait to start until process.run is called. #715

Open
tim-shea opened this issue Jun 16, 2023 · 0 comments
Open
Labels
0-needs-review For all new issues 1-bug Something isn't working

Comments

@tim-shea
Copy link
Contributor

Describe the bug
PyAsyncProcessModel starts running (run_async is called) during runtime creation, instead of waiting until a subsequent run mgmt command is sent by the runtime.

To reproduce current behavior
Implement a minimal PyAsyncProcessModel. Print when run_async is called. Use process.create_runtime to show that run_async is called even if process.run is not called.

Expected behavior
PyAsyncProcessModel should not start running until a run mgmt command is sent / until process.run is called.

@tim-shea tim-shea added the 1-bug Something isn't working label Jun 16, 2023
@github-actions github-actions bot added the 0-needs-review For all new issues label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review For all new issues 1-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant