Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created June 19, 2012 21:33
Show Gist options
  • Save paganotoni/2956665 to your computer and use it in GitHub Desktop.
Save paganotoni/2956665 to your computer and use it in GitHub Desktop.
Deleting delayed Jobs by handler.
Delayed::Job.where("handler LIKE '%shift_sms% #{id}%'").each{|job| job.destroy }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment