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
Responsible workers regularly call heartbeat on the Job they are working on. In defense against irresponsible worker code, the Worker implementations should leverage the Events functionality to listen for lost-lock events and preempt workers performing that job.
The text was updated successfully, but these errors were encountered:
Responsible workers regularly call
heartbeat
on theJob
they are working on. In defense against irresponsible worker code, theWorker
implementations should leverage theEvents
functionality to listen for lost-lock events and preempt workers performing that job.The text was updated successfully, but these errors were encountered: