Skip to content

Commit

Permalink
Revert "[MDS-6153 ] Testing Docman log issues (#3262)"
Browse files Browse the repository at this point in the history
This reverts commit bae496a.
  • Loading branch information
asinn134 authored Oct 9, 2024
1 parent bae496a commit 2d984a7
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 -n document_manager_service@%h
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 2d984a7

Please sign in to comment.