mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-12 19:47:18 +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
|
||||
directory=%(ENV_TFW_EHMAIN_DIR)s
|
||||
command=python3 -u event_handler_main.py
|
||||
priority=3
|
||||
|
||||
[supervisord]
|
||||
strip_ansi=false
|
||||
|
@ -2,3 +2,4 @@
|
||||
user=root
|
||||
directory=%(ENV_TFW_EHMAIN_DIR)s
|
||||
command=python3 -u pipe_io_main.py
|
||||
priority=4
|
||||
|
Loading…
Reference in New Issue
Block a user