Created
June 14, 2023 11:13
-
-
Save floehopper/cf34e96cc2d392e1a144c7b55b751531 to your computer and use it in GitHub Desktop.
Inspect retrying jobs in Sidekiq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'sidekiq/monitor' | |
Sidekiq::RetrySet.new.each do |job| | |
p [job.display_class, job.display_args] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment