mirror of
https://github.com/clearml/clearml-agent
synced 2025-05-29 17:38:32 +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']),
|
partial(PackageCollectorRequirement, collect_package=['clearml']),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# default poll queues every _polling_interval seconds
|
||||||
|
_polling_interval = 5.0
|
||||||
|
|
||||||
# machine status update intervals, seconds
|
# machine status update intervals, seconds
|
||||||
_machine_update_interval = 30.0
|
_machine_update_interval = 30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user