Skip to content

Instantly share code, notes, and snippets.

@whatthewhat
Created July 21, 2014 09:03
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save whatthewhat/cb6a62532a8a0984adbe to your computer and use it in GitHub Desktop.
Save whatthewhat/cb6a62532a8a0984adbe 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