Skip to content

Commit dc283c9

Browse files
authored
Update Celery command with additional options
1 parent 2a05822 commit dc283c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build/api/support-files/templates/#etc#supervisor-usermgr-api.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ environment=
3636
PATH="__BK_HOME__/.envs/usermgr-api/bin/",
3737
DJANGO_SETTINGS_MODULE="bkuser_core.config.overlays.prod",
3838
LOGS_PATH="__BK_HOME__/logs",
39-
command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core worker -l info --concurrency=8 --max-tasks-per-child=1
39+
command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core worker -l info --concurrency=8 --max-tasks-per-child=1 --max-tasks-per-child=1 --without-gossip --without-mingle --without-heartbeat
4040
autostart=true
4141
autorestart=true
4242
redirect_stderr=true

0 commit comments

Comments
 (0)