Replies: 2 comments 2 replies
-
|
There is E.g.: job_id = client.submit(job)
client.wait_for_jobs([job_id]) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It is currently not possible to wait for the completion of individual/specific tasks within a job though. We could add it if you have a use-case :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a general question. In our Python framework that manages and executes dynamic task graphs, I would like to utilize hyperqueue for submission of tasks. Is it possible to receive some callback whether a job I submitted has been completed, so that potential new jobs can be started?
Beta Was this translation helpful? Give feedback.
All reactions