Is there a way to continue parallel deployment even if one host encounter an error? #3668
Unanswered
Tristan-MyAnaPro
asked this question in
Help needed
Replies: 1 comment 2 replies
-
I think right now there is no such feature. But I can add it for sure. Right now you can just exclude this host from deploy: dep deploy 'alias!=failing-host' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I use deployer V7 with 10 hosts and parallel deployment is perfect !
However, yesterday I had a problem where one of the servers was down, and I discovered that if a single command fails for one host, ALL the deployment is canceled and every hosts stops at the step failed.
Is there a way to tell deployer to call the
fail()
callback for this host but continue normally for the others healthy hosts?Thx for your help! :)
Beta Was this translation helpful? Give feedback.
All reactions