Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theendcomplete/e9cdc701fd21d921aa1337e640d36773 to your computer and use it in GitHub Desktop.
Save theendcomplete/e9cdc701fd21d921aa1337e640d36773 to your computer and use it in GitHub Desktop.
Find scheduled sidekiq job by id
require 'sidekiq/api'
Sidekiq::ScheduledSet.new.find_job("61374d5d51db323507376158")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment