Closed abagali1 closed 5 years ago
Implement a threading Timer in core that will call telemetry.dump() every X seconds/minutes/hours. This interval should be recorded in core/config_default.yml and the units should be seconds, according to the threading.Timer documentation
core
telemetry.dump()
X
core/config_default.yml
Implement a threading Timer in
core
that will calltelemetry.dump()
everyX
seconds/minutes/hours. This interval should be recorded incore/config_default.yml
and the units should be seconds, according to the threading.Timer documentation