Blame view

src/scripts/kill_celery_workers.sh 125 Bytes
94336356   haribo   Added starting fi...
1
2
# Mini-script to kill all the celery-workers in background

5b5566ab   haribo   added celery
3
ps aux | grep "celery worker" | awk '{print $2}' | xargs kill -9