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
Force bq.enter()/bq.leave() to be called if the scheduler is idle
Once the final workers shut down, bq.enter()/bq.leave() won't end up
getting called. This means that they only get removed from the scheduler
the next time any RPC is called (e.g., when workers start to come online
again). This unfortunately causes Prometheus metrics to be incorrect in
the meantime.
0 commit comments