Skip to content
Snippets Groups Projects
Commit 41990b0d authored by Erik Reid's avatar Erik Reid
Browse files

start update_inventory_system_cache job

job launch was logged, but the actual task request was forgotten
parent 8be73c6e
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ def update():
task_logger.debug(
'launching task: '
'inventory_provider.tasks.worker.update_inventory_system_cache')
app.send_task(
'inventory_provider.tasks.worker.update_inventory_system_cache')
return Response("OK")
......
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