AWS Cloudformation Stack timeout

Hi -
I'm trying to set up an initial installation and my Cloudformation stack does not complete after several hours because some of the ECS services are still running:

RetoolWorkkflowsBackendECSService
Resource timed out waiting for completion (RequestToken: 85ad0ebd-b05f-9aa2-3abc-04d8d47a7a9a)
RetoolWorkflowsWorkerECSService
Resource timed out waiting for completion (RequestToken: 50bda8a3-9356-260d-046c-f335ea54ade7)

I suspect I might have the parameters setup incorrectly:
|DesiredCount|2|-|
|DesiredWorkflowsCount|2|-|
|Image|tryretool/backend:latest|-|
|MaximumPercent|150|-|
|MinimumHealthyPercent|50|

Any suggestions?

Hey @bretthazen!

Do you have cluster/tag logs for the two services that are timing out? Hopefully, we'll be able to see some additional information there about exactly what's causing them to fail which would be helpful.