Skip to content

Instantly share code, notes, and snippets.

@phsacramento
Created April 2, 2016 21:23
Show Gist options
  • Save phsacramento/edcfe259d71414df4e2099f21859b818 to your computer and use it in GitHub Desktop.
Save phsacramento/edcfe259d71414df4e2099f21859b818 to your computer and use it in GitHub Desktop.
Solution for dead workers
http://stackoverflow.com/questions/7416318/how-do-i-clear-stuck-stale-resque-workers
@phsacramento
Copy link
Author

Resque.workers.each {|w| w.unregister_worker}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment