Skip to content

Make SidekiqStatus able to count number of jobs completed/running

Stan Hu requested to merge sh-improve-sidekiq-status into master

This will be used to support things like the GitLab Geo file scheduler, which will need to be able to know how many running jobs there to avoid overwhelming the queue.

Merge request reports