Skip to content

Instantly share code, notes, and snippets.

@nulligor
Forked from sweenzor/gist:2933958
Created August 2, 2019 22:36
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 nulligor/7a18330dbce5016d4d9aa8e89d2ec9d6 to your computer and use it in GitHub Desktop.
Save nulligor/7a18330dbce5016d4d9aa8e89d2ec9d6 to your computer and use it in GitHub Desktop.
Kill all celery tasks (redis)
# nuke the queue
redis-cli FLUSHALL
# nuke anything currently running
pkill -9 celeryd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment