Skip to content

Instantly share code, notes, and snippets.

@jvorcak
Last active July 12, 2021 06:27
Show Gist options
  • Save jvorcak/5070912 to your computer and use it in GitHub Desktop.
Save jvorcak/5070912 to your computer and use it in GitHub Desktop.
Kill gunicorn with all of the workers
alias killgunicorn="ps aux | grep gunicorn | awk '{print $2;}' | xargs kill -9 2>/dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment