Skip to content

Instantly share code, notes, and snippets.

@jfrost
Created March 22, 2015 00:51
Show Gist options
  • Save jfrost/849db4c0a585e417caca to your computer and use it in GitHub Desktop.
Save jfrost/849db4c0a585e417caca to your computer and use it in GitHub Desktop.
What are my working resque workers working on?
Resque.working.each {|w| puts w, w.processing }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment