Skip to content

Commit

Permalink
WP-553: Update celery command (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc authored Aug 27, 2024
1 parent 69d6a71 commit 299c1de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/compose/docker-compose.workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ services:
volumes:
- ${CAMINO_HOME}/conf/portal/settings_secret.py:/srv/www/portal/server/portal/settings/settings_secret.py:ro
- ${CAMINO_HOME}/conf/portal/settings_custom.py:/srv/www/portal/server/portal/settings/settings_custom.py
command: "celery -A portal worker -Q default,indexing,files,api,onboard --concurrency=10"
command: sh -c "celery -A portal beat -l info --pidfile= --schedule=/tmp/celerybeat-schedule &
celery -A portal worker -Q default,indexing,files,api,onboard --concurrency=2"
container_name: portal_workers
logging:
driver: syslog
Expand Down

0 comments on commit 299c1de

Please sign in to comment.