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

also catch RedisError

parent 3a59914f
Branches
Tags
No related merge requests found
......@@ -635,7 +635,8 @@ def refresh_finalizer(self, pending_task_ids_json):
except (jsonschema.ValidationError,
json.JSONDecodeError,
InventoryTaskError) as e:
InventoryTaskError,
RedisError) as e:
update_latch_status(InventoryTask.config, failure=True)
raise e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment