Fix polling interval missing when not using daemon mode

This commit is contained in:
allegroai 2024-04-14 18:17:57 +03:00
parent cd9a3b9f4e
commit 502e266b6b

View File

@ -640,6 +640,9 @@ class Worker(ServiceCommandSection):
partial(PackageCollectorRequirement, collect_package=['clearml']),
)
# default poll queues every _polling_interval seconds
_polling_interval = 5.0
# machine status update intervals, seconds
_machine_update_interval = 30.0