From bbae82d839a9c1324085428d2a8a75b116bf1933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 21 Nov 2019 14:26:50 +0100 Subject: [PATCH] Add priorities to event_handler and pipe_io main processes --- solvable/supervisor/event_handler_main.conf | 1 + solvable/supervisor/pipe_io_main.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/solvable/supervisor/event_handler_main.conf b/solvable/supervisor/event_handler_main.conf index 60112be..871692c 100644 --- a/solvable/supervisor/event_handler_main.conf +++ b/solvable/supervisor/event_handler_main.conf @@ -2,6 +2,7 @@ user=root directory=%(ENV_TFW_EHMAIN_DIR)s command=python3 -u event_handler_main.py +priority=3 [supervisord] strip_ansi=false diff --git a/solvable/supervisor/pipe_io_main.conf b/solvable/supervisor/pipe_io_main.conf index 6da22c2..b02e39e 100644 --- a/solvable/supervisor/pipe_io_main.conf +++ b/solvable/supervisor/pipe_io_main.conf @@ -2,3 +2,4 @@ user=root directory=%(ENV_TFW_EHMAIN_DIR)s command=python3 -u pipe_io_main.py +priority=4