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
Previously, we didn't always remember to update the total job stats gauge, so
it was possible for it to becomes stale. Periodic scheduler refresh updated all
the other guages but didn't update the total.
To fix it make sure to update the stat in more places (on jobs removes and
adds) and most importantly, add it to periodic stat refresh function, so even
if we still missed it should eventually catch up after rescheduling cycle.
0 commit comments