From a47087ed685aa27aaea9cda4afe6a8ebd9f949f7 Mon Sep 17 00:00:00 2001 From: Italo Valcy Date: Thu, 14 Nov 2024 14:11:33 -0300 Subject: [PATCH] missing time.sleep call --- sdx_lc/jobs/pull_topo_changes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdx_lc/jobs/pull_topo_changes.py b/sdx_lc/jobs/pull_topo_changes.py index 7735228..1323772 100644 --- a/sdx_lc/jobs/pull_topo_changes.py +++ b/sdx_lc/jobs/pull_topo_changes.py @@ -73,7 +73,6 @@ def process_domain_controller_topo(db_instance): continue if latest_topology_exists and latest_topo_version == pulled_topo_version: - time.sleep(int(OXP_PULL_INTERVAL)) continue logger.debug("Pulled topo with different version. Adding pulled topo to db")