Skip to content

Add a sidekiq check to the pre-flight checklist

Nick Thomas requested to merge sidekiq-sanity into master

On https://staging.gitlab.com we noticed 32 million enqueued jobs. Since we have to run down these jobs to 0 in blackout, it makes sense to add a pre-flight check to ensure this state won't prevail in production.

10,000 is a fairly arbitrary number, but I think we can refine it.

Merge request reports