Skip to content

Commit 709dd89

Browse files
authored
Merge pull request #2 from greenpant/patch-1
Patch 1
2 parents 1f6ecbe + fa18cd2 commit 709dd89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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 --without-gossip --without-mingle --without-heartbeat
4040
autostart=true
4141
autorestart=true
4242
redirect_stderr=true
@@ -53,4 +53,4 @@ command=__BK_HOME__/.envs/usermgr-api/bin/celery -A bkuser_core beat -l info --s
5353
autostart=true
5454
autorestart=true
5555
redirect_stderr=true
56-
stdout_logfile=__BK_HOME__/logs/usermgr/beat.log
56+
stdout_logfile=__BK_HOME__/logs/usermgr/beat.log

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)