Handling WorkerLostError #409
Santifire92
started this conversation in
General
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @auvipy !
I have a question, how can we handle this scenario where a worker gets lost abruptly like with a sigkill?
In the case of a timeout, i see you raise the exception so it gets propagated upwards, but with the worker lost, it just gets caught and passes as if nothing happened to the upper method caller.
Can this be raised/what can i do?
billiard/billiard/pool.py
Lines 1263 to 1273 in 81cc942
Beta Was this translation helpful? Give feedback.
All reactions