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
Experimental fix for a worker-setup concurrency issue
If some workers crashed in startup, other workers could start processing
their regular workloads instead of aborting early. I think this might be
related to failing to check for interrupts before we start processing.
0 commit comments