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

Removed redundant job reference

parent 21f2cb60
Branches
Tags
No related merge requests found
...@@ -69,8 +69,6 @@ def update_equipment_locations(): ...@@ -69,8 +69,6 @@ def update_equipment_locations():
@routes.route("update-from-inventory-system", methods=['GET']) @routes.route("update-from-inventory-system", methods=['GET'])
def update_from_inventory_system(): def update_from_inventory_system():
app.send_task(
'inventory_provider.tasks.worker.update_service_to_monitor')
app.send_task( app.send_task(
'inventory_provider.tasks.worker.update_interfaces_to_services') 'inventory_provider.tasks.worker.update_interfaces_to_services')
app.send_task('inventory_provider.tasks.worker.update_circuit_hierarchy') app.send_task('inventory_provider.tasks.worker.update_circuit_hierarchy')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment