mage-ai / mage-ai-terraform-templates

Terraform templates for deploying mage-ai to AWS, GCP and Azure
Apache License 2.0
40 stars 36 forks source link

ECS Task Definition Health Check #42

Closed ethanbrown3 closed 1 year ago

ethanbrown3 commented 1 year ago

Summary

Added a health check to the ECS task definition. The task was showing an unknown health status, which was causing sporadic behavior when deploying new task revisions.

Tests

Applied it to my running ECS service

cc: @wangxiaoyou1993 - Another health check related issue. I think this will finally settle it.