Skip to content

Instantly share code, notes, and snippets.

@whatthewhat
Created July 21, 2014 09:03
Show Gist options
  • Select an option

  • Save whatthewhat/cb6a62532a8a0984adbe to your computer and use it in GitHub Desktop.

Select an option

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