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

added fibre-span update to refresh all call

parent f3bc1191
No related branches found
No related tags found
No related merge requests found
......@@ -468,7 +468,7 @@ def get_fiberlink_trap_metadata(ne_name_str, object_name_str):
get_top_level_services(match[0]['df_route_id'], r)
}
result = json.dumps(result)
r.set(cache_key, result)
r.set(cache_key, result)
if not result:
return Response(
response="no available info for "
......
......@@ -600,6 +600,7 @@ def launch_refresh_cache_all(config):
update_neteng_managed_device_list.apply_async(),
update_interfaces_to_services.apply_async(),
update_geant_lambdas.apply_async(),
update_fibre_spans.apply_async(),
update_circuit_hierarchy.apply_async()
]
[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