Closed AttilaTheFun closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
I'm trying to migrate my setup with 32 services to Amazon ECS via Docker Compose. When I am only using a few services, I'm able to bring up and down the services normally. However, when I try to bring down all 32 services, after ~30 seconds it fails with the error:
Throttling: Rate exceeded
. I then have to manually delete the stack through CloudFormation. I can bring up and down the same set of services just fine when running docker compose locally. Is there any way to get this working at the moment?