Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
stdout_logfile=__BK_HOME__/logs/usermgr/beat.log
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down