Skip to content

Instantly share code, notes, and snippets.

@jhadeepakkumar14
Last active August 28, 2018 07:01
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 jhadeepakkumar14/a524f2cffbb2d310526f6f64d761cfe8 to your computer and use it in GitHub Desktop.
Save jhadeepakkumar14/a524f2cffbb2d310526f6f64d761cfe8 to your computer and use it in GitHub Desktop.
ps aux | grep -ie rake | awk '{print $2}' | xargs kill -9
ps aux | grep -ie delayed_job | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment