Skip to content
  • Dmitry Gruzd's avatar
    Implement pause workers sidekiq middleware · 61cf956b
    Dmitry Gruzd authored
    This implements pause control middleware to be able to pause Sidekiq
    workers conditionally. Paused jobs will be stored in a separate ZSET
    until the pause strategy becomes inactive. When that happens,
    PauseControlWorker puts the jobs back into the queues.
    61cf956b