kill_celery_workers.sh
65 Bytes
ps aux | grep "celery worker" | awk '{print $2}' | xargs kill -9
created all tasks edited settings.py for celery config added celery start/stop scripts started to implement workflow (alert manager) updated static files updated requirements*.txt