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
fix(tasks) Improve scheduler metrics and fix an error (#95960)
In debugging why the scheduler in s4s occasionally stops scheduling
tasks, I found some gaps in our metrics and logging that would have
helped solve the problem, and also a sentry error that occurs when the
'next' runtime for task is `now`. Redis doesn't allow `ex=0`.
Fixes SENTRY-FOR-SENTRY-B8D
0 commit comments