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
This makes the worker completely unresponsive. After 5 minutes (distributed.scheduler.worker-ttl) without a single heartbeat coming through, the scheduler will disconnect it forcefully.
Until that happens, this is what I'm seeing on the dashboard:
Desired behaviour
There should be an indication on the dashboard of how many seconds have passed since the last heartbeat.
There should be also be visual cues - e.g. the whole line turning red - to indicate when you get to a significant threshold since the last heartbeat - e.g. max(4x of the expected heartbeat ratio, 25% of the worker-ttl)
The text was updated successfully, but these errors were encountered:
There should be an indication on the dashboard of how many seconds have passed since the last heartbeat.
There should be also be visual cues - e.g. the whole line turning red - to indicate when you get to a significant threshold since the last heartbeat
Let's hamstring a worker:
This makes the worker completely unresponsive. After 5 minutes (
distributed.scheduler.worker-ttl
) without a single heartbeat coming through, the scheduler will disconnect it forcefully.Until that happens, this is what I'm seeing on the dashboard:
Desired behaviour
There should be an indication on the dashboard of how many seconds have passed since the last heartbeat.
There should be also be visual cues - e.g. the whole line turning red - to indicate when you get to a significant threshold since the last heartbeat - e.g. max(4x of the expected heartbeat ratio, 25% of the worker-ttl)
The text was updated successfully, but these errors were encountered: