Skip to content

Instantly share code, notes, and snippets.

@carsonreinke
Created May 18, 2012 15:01
Show Gist options
  • Save carsonreinke/2725736 to your computer and use it in GitHub Desktop.
Save carsonreinke/2725736 to your computer and use it in GitHub Desktop.
Pause Resque Workers
pkill -12 -f '^resque-[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+: (Forked)|(Waiting for)'
pkill -18 -f '^resque-[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+: (Forked)|(Paused)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment