Skip to content

Instantly share code, notes, and snippets.

@oss92
Created June 27, 2016 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oss92/475d7611a12c40ae778e911610747d4e to your computer and use it in GitHub Desktop.
Save oss92/475d7611a12c40ae778e911610747d4e to your computer and use it in GitHub Desktop.
Kill all resque workers
kill -9 `ps aux | grep [r]esque | grep -v grep | cut -c 10-16`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment