Implement allowing validator boot failure into automation (#6589) (#6593)

automerge
This commit is contained in:
mergify[bot]
2019-10-28 16:25:00 -07:00
committed by Grimes
parent d580603cd4
commit 774cd48cb1
4 changed files with 40 additions and 9 deletions

View File

@@ -722,11 +722,7 @@ deploy() {
# Stagger additional node start time. If too many nodes start simultaneously
# the bootstrap node gets more rsync requests from the additional nodes than
# it can handle.
if ((nodeIndex % 3 == 0)); then
sleep 2
elif ((nodeIndex % 3 == 1)); then
sleep 4
fi
sleep 2
fi
done