You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: