Skip to content

Commit 068ed51

Browse files
committed
[perf] Reduce job metrics reporting sleep interval to 15 seconds and disable MQTT debug logging
1 parent 7853c90 commit 068ed51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/fedml/core/mlops/mlops_job_perfs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def report_job_stats_entry(self, sys_event):
175175
logging.debug("exception when reporting job pref: {}.".format(traceback.format_exc()))
176176
pass
177177

178-
time.sleep(10)
178+
time.sleep(15)
179179

180180
logging.info("Job metrics process is about to exit.")
181181
mqtt_mgr.loop_stop()

0 commit comments

Comments
 (0)