From 3726ba7186753e996d5cc6bd90ec02ab32887df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Mon, 4 Dec 2017 21:39:47 +0100 Subject: [PATCH] Don't autorestart event handlers --- supervisord.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 7934a2d..e3da7fa 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -11,4 +11,3 @@ command=env python app.py [program:event_handler_example] directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s command=env python event_handler_example.py -autorestart=true