diff --git a/src/api/support-files/templates/#etc#supervisor-usermgr-api.conf b/src/api/support-files/templates/#etc#supervisor-usermgr-api.conf index 8d2257d9f..8be382142 100644 --- a/src/api/support-files/templates/#etc#supervisor-usermgr-api.conf +++ b/src/api/support-files/templates/#etc#supervisor-usermgr-api.conf @@ -36,7 +36,7 @@ environment= PATH="__BK_HOME__/.envs/usermgr-api/bin/", DJANGO_SETTINGS_MODULE="bkuser_core.config.overlays.prod", LOGS_PATH="__BK_HOME__/logs", -command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core worker -l info --concurrency=8 --max-tasks-per-child=1 +command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core worker -l info --concurrency=8 --max-tasks-per-child=1 --without-gossip --without-mingle --without-heartbeat autostart=true autorestart=true redirect_stderr=true @@ -53,4 +53,4 @@ command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core beat -l info --s autostart=true autorestart=true redirect_stderr=true -stdout_logfile=__BK_HOME__/logs/usermgr/beat.log \ No newline at end of file +stdout_logfile=__BK_HOME__/logs/usermgr/beat.log diff --git a/src/build/api/support-files/templates/#etc#supervisor-usermgr-api.conf b/src/build/api/support-files/templates/#etc#supervisor-usermgr-api.conf index 4e89f32dd..96d02f1e4 100644 --- a/src/build/api/support-files/templates/#etc#supervisor-usermgr-api.conf +++ b/src/build/api/support-files/templates/#etc#supervisor-usermgr-api.conf @@ -36,7 +36,7 @@ environment= PATH="__BK_HOME__/.envs/usermgr-api/bin/", DJANGO_SETTINGS_MODULE="bkuser_core.config.overlays.prod", LOGS_PATH="__BK_HOME__/logs", -command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core worker -l info --concurrency=8 --max-tasks-per-child=1 +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 autostart=true autorestart=true redirect_stderr=true