You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A successful deployment is dependent on health checks passing for the container and for the load balancer. Sometimes these health checks take longer which can lead to a "failure" even when the container is actually healthy. We want to allow these checks to be configurable for individual deployments so they can up the time between checks or other parameters to allow a deployment to succeed.
A successful deployment is dependent on health checks passing for the container and for the load balancer. Sometimes these health checks take longer which can lead to a "failure" even when the container is actually healthy. We want to allow these checks to be configurable for individual deployments so they can up the time between checks or other parameters to allow a deployment to succeed.
Container health check: https://github.com/civiform/cloud-deploy-infra/blob/9f3c34c81f62ef0bcdcb26242bef094a5126d776/cloud/aws/templates/aws_oidc/app.tf#L111
Load balancer health check: https://github.com/civiform/cloud-deploy-infra/blob/9f3c34c81f62ef0bcdcb26242bef094a5126d776/cloud/aws/modules/ecs_fargate_service/main.tf#L130
The text was updated successfully, but these errors were encountered: