Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created June 14, 2023 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floehopper/cf34e96cc2d392e1a144c7b55b751531 to your computer and use it in GitHub Desktop.
Save floehopper/cf34e96cc2d392e1a144c7b55b751531 to your computer and use it in GitHub Desktop.
Inspect retrying jobs in Sidekiq
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