Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created July 21, 2011 14:44
Show Gist options
  • Save pedrodelgallego/1097334 to your computer and use it in GitHub Desktop.
Save pedrodelgallego/1097334 to your computer and use it in GitHub Desktop.

Resque Command Line Cheatsheet

inspect a faied job in resque:

failed = JSON.parse(Resque.redis.lpop("failed"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment