Closed jeffkala closed 8 months ago
May need to either, move to celery primitives using job chaining, or write some try/except logic in the all-multiple job to still execute compliance even if a ValueError was raised from the processor in a previous job execution (backup or generation)
closed in #724
Environment
Expected Behavior
If any single device fails one of other tasks (backup config, generate config) the remaining successful devices should still be passed to the compliance job to run a new compliance test.
Observed Behavior
If any device fails backup, generation of config, subsequent jobs in the chain never get executed.
Steps to Reproduce