docs/Pro-4.0-Upgrade.md
Sidekiq Pro 4.0 is designed to work with Sidekiq 5.0.
Sidekiq::Batch::DeadSet.new.each do |status|
status.dead? # => true
status.dead_jobs # => [...]
end
This API allows you to enumerate the batches which need help. If you fix the issue and the dead jobs succeed, the batch will succeed.
reliable_fetch and timed_fetch algorithms have been
removed. Only super_fetch is available in 4.0.gem 'sidekiq-pro', '< 4'
gem 'sidekiq-pro', '< 5'