lib/sidekiq.rb in sidekiq-4.2.5 vs lib/sidekiq.rb in sidekiq-4.2.6

- old
+ new

@@ -31,9 +31,10 @@ heartbeat: [], }, dead_max_jobs: 10_000, dead_timeout_in_seconds: 180 * 24 * 60 * 60, # 6 months reloader: proc { |&block| block.call }, + executor: proc { |&block| block.call }, } DEFAULT_WORKER_OPTIONS = { 'retry' => true, 'queue' => 'default'