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.
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.