Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fierroformo/ae536bc4b312c142cb40d96fca243a47 to your computer and use it in GitHub Desktop.
Save fierroformo/ae536bc4b312c142cb40d96fca243a47 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