Merge branch 'feature--infinite-restart-into-healthchecks' into staging

This commit is contained in:
flow.gunso
2019-05-02 15:46:57 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't. # then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
seaf=/usr/bin/seaf-cli seaf=/usr/bin/seaf-cli
dont_restart_on=("downloading" "committing" "waiting for sync") dont_restart_on=("downloading" "committing")
restart=true restart=true
sleep 10s sleep 10s

View File

@@ -23,7 +23,7 @@
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't. # then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
seaf=/usr/bin/seaf-cli seaf=/usr/bin/seaf-cli
dont_restart_on=("downloading" "committing" "waiting for sync") dont_restart_on=("downloading" "committing")
restart=true restart=true
while IFS=$'\t' read -r name status progress; do while IFS=$'\t' read -r name status progress; do

View File

@@ -23,7 +23,7 @@
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't. # then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
seaf=/usr/bin/seaf-cli seaf=/usr/bin/seaf-cli
dont_restart_on=("downloading" "committing" "waiting for sync") dont_restart_on=("downloading" "committing")
restart=true restart=true
sleep 10s sleep 10s