Skip to content

Instantly share code, notes, and snippets.

@cpetersen
Last active December 13, 2015 23:08
Show Gist options
  • Save cpetersen/4989213 to your computer and use it in GitHub Desktop.
Save cpetersen/4989213 to your computer and use it in GitHub Desktop.
Resque::Failure.count.times do |index|
puts Resque::Failure.all(index)["backtrace"]
end; nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment