We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba11195 commit 13d9ac5Copy full SHA for 13d9ac5
deploy_prod.sh
@@ -33,9 +33,9 @@ export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.prod"
33
./manage.py collectstatic --clear --noinput
34
35
# stop celery worker with beat
36
-celery -A pythonkr_backend multi stop worker1 -c2 -B \
+celery -A pythonkr_backend multi stop worker -c2 -B \
37
--pidfile=/home/pk/celery-%n.pid \
38
- --logfile=/home/pk/logs/celery-%n%I.log
+ --logfile=/home/pk/logs/celery-%n-%i.log
39
40
# shutdown exist gunicorn
41
if [ -f ${PID_FILE} ]; then
0 commit comments