mirror of
https://github.com/clearml/clearml-agent
synced 2025-03-03 18:52:22 +00:00
Fix polling interval missing when not using daemon mode
This commit is contained in:
parent
cd9a3b9f4e
commit
502e266b6b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user