This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
There is currently no way to know the state of a worker with Conductor. However, assuming you have multiple workers polling for the same task in Conductor, you can set timeouts and retries for the tasks. So if a worker does not respond "in time", you can retry the task - and another worker will pick up the task to complete it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
I am just curious what happens, if a worker somehow fails to complete it's task. Is there a mechanism built in, so that another worker could take over the task from where the previous worker stopped? Is there any way to know what state the worker currently have?
Beta Was this translation helpful? Give feedback.
All reactions