Skip to content

Commit

Permalink
adding back name and detach to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
asinn134 committed Oct 8, 2024
1 parent f877483 commit 7bf378a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/document-manager/backend/celery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cd /app

celery -A app.tasks.celery worker --loglevel=info --logfile=/tmp/celery/celery.log --pidfile=/tmp/celery/celery.pid --concurrency=1
celery -A app.tasks.celery flower --detach --basic_auth=${FLOWER_USER}:${FLOWER_USER_PASSWORD}
celery -A app.tasks.celery worker --detach --loglevel=info --logfile=/tmp/celery/celery.log --pidfile=/tmp/celery/celery.pid --concurrency=1 -n document_manager_service@%h
celery -A app.tasks.celery flower --basic_auth=${FLOWER_USER}:${FLOWER_USER_PASSWORD}

0 comments on commit 7bf378a

Please sign in to comment.