Blame view

src/kill_celery_workers.sh 65 Bytes
5b5566ab   haribo   added celery
1
ps aux | grep "celery worker" | awk '{print $2}' | xargs kill -9