Skip to content

Commit

Permalink
Tweak health check timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 7, 2024
1 parent 1733acc commit 32084a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codedeploy/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ hooks:
timeout: 120
ValidateService:
- location: hooks/validate-service.sh
timeout: 180
timeout: 240
2 changes: 1 addition & 1 deletion codedeploy/hooks/validate-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd /var/lib/codedeploy-apps/HexBug
docker compose exec \
--env HEALTH_CHECK_DISPLAY_NAME=CodeDeploy \
--env HEALTH_CHECK_PORT=40405 \
--env HEALTH_CHECK_STARTUP_DELAY=45 \
--env HEALTH_CHECK_STARTUP_DELAY=60 \
--env HEALTH_CHECK_ATTEMPTS=3 \
--env HEALTH_CHECK_INTERVAL=30 \
bot \
Expand Down

0 comments on commit 32084a1

Please sign in to comment.