Increased healthcheck probes
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@ -32,7 +32,7 @@ steps:
|
|||||||
# Health Check
|
# Health Check
|
||||||
- |
|
- |
|
||||||
echo "Checking app health $HEALTHCHECK_URL..."
|
echo "Checking app health $HEALTHCHECK_URL..."
|
||||||
for i in {1..30}; do
|
for i in {1..120}; do
|
||||||
if curl -sf $HEALTHCHECK_URL; then
|
if curl -sf $HEALTHCHECK_URL; then
|
||||||
echo "Health check OK"
|
echo "Health check OK"
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user