Skip to content

Instantly share code, notes, and snippets.

@linki
Last active August 29, 2015 14:15
Show Gist options
  • Save linki/a4bc48f9ff1c2ff4fa41 to your computer and use it in GitHub Desktop.
Save linki/a4bc48f9ff1c2ff4fa41 to your computer and use it in GitHub Desktop.
Delayed::Job.all.each do |d| d.locked_by = nil; d.locked_at = nil; d.run_at = Time.now; d.attempts = 0; d.save! end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment