Skip to content
Snippets Groups Projects
Commit 48c55637 authored by Robert Latta's avatar Robert Latta
Browse files

removed 'break' that was added for testing :(

parent 9516e5a8
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,6 @@ def launch_refresh_cache_all(config):
logger.debug(
'queueing router refresh jobs for %r' % hostname)
subtasks.append(reload_router_config.apply_async(args=[hostname]))
break
[x.get() for x in subtasks]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment