From 028ebb29eb63006b42d2c6767a1a28814710c26d Mon Sep 17 00:00:00 2001 From: Jacob See <5027680+jacobsee@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:54:49 -0700 Subject: [PATCH] Add enable init wrapper flag to clean up zombie processes (#71) --- resource-dispatcher/.s2i/environment | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource-dispatcher/.s2i/environment b/resource-dispatcher/.s2i/environment index 2e05a44..7b23ddd 100644 --- a/resource-dispatcher/.s2i/environment +++ b/resource-dispatcher/.s2i/environment @@ -1,2 +1,3 @@ APP_FILE=app.py -ENABLE_PIPENV=true \ No newline at end of file +ENABLE_PIPENV=true +ENABLE_INIT_WRAPPER=true \ No newline at end of file