sidekiq-disposal 0.2.0
A mechanism to mark Sidekiq Jobs to be disposed of by Job ID, Batch ID, or Job Class. Disposal here means to either `:kill` the Job (send to the Dead queue) or `:discard` it (throw it away), at the time the job is picked up and processed by Sidekiq.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Runtime依存関係 (1):
            sidekiq
            ~> 7.0
          
    
