mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Add priorities to event_handler and pipe_io main processes
This commit is contained in:
parent
b60dbc8471
commit
bbae82d839
@ -2,6 +2,7 @@
|
|||||||
user=root
|
user=root
|
||||||
directory=%(ENV_TFW_EHMAIN_DIR)s
|
directory=%(ENV_TFW_EHMAIN_DIR)s
|
||||||
command=python3 -u event_handler_main.py
|
command=python3 -u event_handler_main.py
|
||||||
|
priority=3
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
strip_ansi=false
|
strip_ansi=false
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
user=root
|
user=root
|
||||||
directory=%(ENV_TFW_EHMAIN_DIR)s
|
directory=%(ENV_TFW_EHMAIN_DIR)s
|
||||||
command=python3 -u pipe_io_main.py
|
command=python3 -u pipe_io_main.py
|
||||||
|
priority=4
|
||||||
|
Loading…
Reference in New Issue
Block a user