nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.38k stars 234 forks source link

on_failed=True doesn't seem to work on group tasks (sub tasks level) #712

Closed jasonhaominglo closed 3 years ago

jasonhaominglo commented 3 years ago

Hi guys,

Just wanted to ask if there is a workaround for this - from what i can gather, the on_failed=True does not work at the subtask level. I have seen commentary that it works on the main task level but this doesn't seem to hit my use case where the failures are happening below this level.

dbarrosop commented 3 years ago

Can you post more details and/or an example?

jasonhaominglo commented 3 years ago

Hi David,

apologies - just noticed that this was already covered by a previous logged ticket #699