amazon-ecs-deploy-task-definition icon indicating copy to clipboard operation
amazon-ecs-deploy-task-definition copied to clipboard

application run failed but deploy shows it is successful

Open Tocktock opened this issue 1 year ago • 3 comments

Why does it say that the deployment is successful even though the ECS deployment failed and circuit breaker is triggered?

Tocktock avatar Jun 13 '23 02:06 Tocktock

It seems to me like wait-for-service-stability will do just what it says, but that stability can come from a deployment failing and being rolled back. As such a deployment can fail and it can reach stability again, but that gets reported as a success.

ddougan89 avatar Aug 21 '23 11:08 ddougan89

I used a solution from this thread to get around this issue. My pipeline will at least fail if the task def version does not get updated

mhanrattaVA529 avatar Oct 25 '23 19:10 mhanrattaVA529