mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
1.7.3
This commit is contained in:
parent
391c4b3594
commit
4397bc2cf9
5 changed files with 10 additions and 5 deletions
|
|
@ -26,6 +26,6 @@ sleep 30
|
|||
|
||||
while [[ true ]]; do
|
||||
# Failure Circuit Breaker
|
||||
curl -f -max-time 5 -retry 3 http://localhost:8080/api/healthcheck || exit 1
|
||||
curl -f --max-time 5 -retry 3 http://127.0.0.1:8080/api/healthcheck || exit 1
|
||||
sleep 120
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue