-
Task
-
Resolution: Unresolved
-
Minor
-
None
In my deployment script I have parallel job. We are using ansible script to deploy sites. So in each batch we have 4 sites. There will be 8 batch with 4 sites in each branch. Currently if there any error like cache folder not writable while in parallel deployment it stop at the current branch. For example if batch 3 is running and error is occurring it wont execute next next following batches. Is there any way we can proceed to next batch even if there is error.