Skip to content

Commit

Permalink
kernel gateway: TINI_SUBREAPER, echo CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 17, 2024
1 parent ee8bb41 commit d267096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mpcontribs-kernel-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENV KG_FORCE_KERNEL_NAME=python3
ENV KG_DEFAULT_KERNEL_NAME=python3
ENV KG_LIST_KERNELS=True
ENV KG_PORT=10100
ENV TINI_SUBREAPER=true

EXPOSE 10100
COPY make_seed.py .
Expand Down
1 change: 1 addition & 0 deletions mpcontribs-kernel-gateway/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ if [[ -n "$DD_TRACE_HOST" ]]; then
wait-for-it.sh $DD_TRACE_HOST -q -s -t 10 && CMD="ddtrace-run $CMD"
fi

echo $CMD
exec $CMD --KernelGatewayApp.log_format='%(asctime)s,%(msecs)03d %(levelname)s [%(name)s] [%(module)s:%(lineno)d] - %(message)s'

0 comments on commit d267096

Please sign in to comment.