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

MultibackendJobManager: stop when finished #432

Closed
jdries opened this issue May 26, 2023 · 2 comments · Fixed by #452
Closed

MultibackendJobManager: stop when finished #432

jdries opened this issue May 26, 2023 · 2 comments · Fixed by #452
Assignees

Comments

@jdries
Copy link
Collaborator

jdries commented May 26, 2023

when all jobs are processed, script should finish instead of remaining in infinite loop

@soxofaan
Copy link
Member

is that because status "error" is missing from

while (
df[
(df.status != "finished")
& (df.status != "skipped")
& (df.status != "start_failed")
].size
> 0
):
?

@jdries
Copy link
Collaborator Author

jdries commented Jun 20, 2023

seems likely

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

Successfully merging a pull request may close this issue.

3 participants