kill_celery_workers.sh 125 Bytes
# Mini-script to kill all the celery-workers in background

ps aux | grep "celery worker" | awk '{print $2}' | xargs kill -9