Skip to content

Commit

Permalink
Merge pull request #168 from atlanticwave-sdx/fix/issue_166
Browse files Browse the repository at this point in the history
Missing change from PR 167
  • Loading branch information
italovalcy authored Nov 14, 2024
2 parents c5d2241 + a47087e commit e624bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdx_lc/jobs/pull_topo_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e624bd5

Please sign in to comment.