nickva opened a new pull request, #5777: URL: https://github.com/apache/couchdb/pull/5777
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 reschuduling cycle. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
