Skip to content

Commit

Permalink
moved pid and log files of celery to heredivar root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Nov 24, 2024
1 parent bb8dd18 commit 964fcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend_celery/start_celery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ fi

if [ "${WEBAPP_ENV}" == "prod" ]
then
celery -A celery_worker.celery multi start single-worker --pidfile=/var/run/celery/celery.pid --logfile=/var/log/celery/celery.log --loglevel=info -Ofair --concurrency=5 --without-heartbeat --without-gossip --without-mingle
celery -A celery_worker.celery multi start single-worker --pidfile=$ROOT/run/celery/celery.pid --logfile=$ROOT/log/celery/celery.log --loglevel=info -Ofair --concurrency=5 --without-heartbeat --without-gossip --without-mingle
fi

0 comments on commit 964fcf4

Please sign in to comment.