chore: update deploy timings
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m0s
Deploy to Staging / Deploy to Staging (push) Successful in 24s
Deploy to Staging / Verify Staging (push) Successful in 2m25s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m0s
Deploy to Staging / Deploy to Staging (push) Successful in 24s
Deploy to Staging / Verify Staging (push) Successful in 2m25s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -278,14 +278,12 @@ jobs:
|
|||||||
if [ "$health" = "healthy" ]; then
|
if [ "$health" = "healthy" ]; then
|
||||||
echo "OK: $service is healthy"
|
echo "OK: $service is healthy"
|
||||||
break
|
break
|
||||||
elif [ "$health" = "unhealthy" ]; then
|
|
||||||
echo "ERROR: $service is unhealthy"
|
|
||||||
docker logs $service --tail 50 2>/dev/null || true
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
# Don't fail immediately on unhealthy - container may still be starting up
|
||||||
|
# and can recover. Let the timeout handle truly broken containers.
|
||||||
if [ $i -eq 48 ]; then
|
if [ $i -eq 48 ]; then
|
||||||
echo "ERROR: $service health check timed out (status: $health)"
|
echo "ERROR: $service health check timed out (status: $health)"
|
||||||
docker logs $service --tail 50 2>/dev/null || true
|
docker logs $service --tail 100 2>/dev/null || true
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Waiting for $service healthcheck... (attempt $i/48, status: $health)"
|
echo "Waiting for $service healthcheck... (attempt $i/48, status: $health)"
|
||||||
|
|||||||
@@ -211,14 +211,12 @@ jobs:
|
|||||||
if [ "$health" = "healthy" ]; then
|
if [ "$health" = "healthy" ]; then
|
||||||
echo "OK: $service is healthy"
|
echo "OK: $service is healthy"
|
||||||
break
|
break
|
||||||
elif [ "$health" = "unhealthy" ]; then
|
|
||||||
echo "ERROR: $service is unhealthy"
|
|
||||||
docker logs $service --tail 50 2>/dev/null || true
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
# Don't fail immediately on unhealthy - container may still be starting up
|
||||||
|
# and can recover. Let the timeout handle truly broken containers.
|
||||||
if [ $i -eq 48 ]; then
|
if [ $i -eq 48 ]; then
|
||||||
echo "ERROR: $service health check timed out (status: $health)"
|
echo "ERROR: $service health check timed out (status: $health)"
|
||||||
docker logs $service --tail 50 2>/dev/null || true
|
docker logs $service --tail 100 2>/dev/null || true
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Waiting for $service healthcheck... (attempt $i/48, status: $health)"
|
echo "Waiting for $service healthcheck... (attempt $i/48, status: $health)"
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 90s
|
start_period: 180s
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=motovaultpro_backend"
|
- "traefik.docker.network=motovaultpro_backend"
|
||||||
|
|||||||
Reference in New Issue
Block a user