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

threaded job manager #605

Closed
jdries opened this issue Aug 19, 2024 · 0 comments
Closed

threaded job manager #605

jdries opened this issue Aug 19, 2024 · 0 comments
Assignees

Comments

@jdries
Copy link
Collaborator

jdries commented Aug 19, 2024

when using the job manager, invoking run_jobs is a blocking operation.
Only interrupting the python interpreter can stop this, which is a bit annoying for instance when testing.
Perhaps we can write an implementation that allows to safely start and stop the manager, without blocking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants