Archived
1
0
Fork 0

XTEXTREE: add retry to healthchecks

This commit is contained in:
xtex 2024-02-01 15:15:51 +08:00
parent 5708feb823
commit a7e59e91a1
Signed by: xtex
GPG key ID: B918086ED8045B91

2
start
View file

@ -20,7 +20,7 @@ while true; do
echo Bot stopped unexpectedly
sleep 30s
fi
curl -sS "$HEALTHCHECKS_URL/$exitStatus"
curl -sS --retry 3 "$HEALTHCHECKS_URL/$exitStatus"
echo "Auto merging upstream"
git pull --all --prune