Skip to content

Commit

Permalink
TINI_SUBREAPER
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2024
1 parent 827051e commit f313816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpcontribs-api/supervisord/supervisord.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ environment=
JUPYTER_GATEWAY_HOST="{{ jupyter_gateway_host }}",
DD_AGENT_HOST="{{ dd_agent_host }}",
DD_GEVENT_PATCH_ALL="true",
DD_TRACE_SAMPLE_RATE="1"
DD_TRACE_SAMPLE_RATE="1",
TINI_SUBREAPER="true"

[program:main]
command=./main.py
Expand Down
1 change: 1 addition & 0 deletions mpcontribs-portal/supervisord/supervisord.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ environment=
DD_GEVENT_PATCH_ALL="true",
DD_TRACE_SAMPLE_RATE="1",
REDIS_ADDRESS="%(ENV_REDIS_ADDRESS)s",
TINI_SUBREAPER="true",
DJANGO_SETTINGS_FILE="settings.py"

[unix_http_server]
Expand Down

0 comments on commit f313816

Please sign in to comment.