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
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 timout i see you raise the exception so it gets propagated upwards but whit the worker lost it just gets catched and passes as nothing happened to the upper coordinator.
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 timout i see you raise the exception so it gets propagated upwards but whit the worker lost it just gets catched and passes as nothing happened to the upper coordinator.
Can this be raised/what can i do?
billiard/billiard/pool.py
Lines 1263 to 1273 in 81cc942
The text was updated successfully, but these errors were encountered: