feat: detect new or removed clients
Start and stop threads when clients are created or removed Watchdog watches for changes to the ./data/clients.json When a change is detected it compares the list of running clients to the content of clients.json and starts or stops client processing threads as required
#107763
failed
with stages
in
24 seconds
Pipeline
Showing
... | ... | @@ -26,5 +26,6 @@ python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, |
pytz==2022.6 | ||
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
vine==5.0.0 ; python_version >= '3.6' | ||
watchdog==2.2.1 | ||
werkzeug==2.2.2 ; python_version >= '3.7' | ||
zipp==3.10.0 ; python_version >= '3.7' |
Please register or sign in to comment