I’m running into a lot of rate limiting issues whe...
# ask-community
c
I’m running into a lot of rate limiting issues when running deployments in AWS ECS, trying to launch a couple hundred Fargate tasks within a couple minutes. I’ve tried the obvious stuff from google and tasks just crash and don’t retry… I set these env variables with no luck. Also I have retries set on the flows annotation but I guess that doesn’t apply to the prefect framework code which is failing…
Copy code
AWS_RETRY_MODE: 'adaptive'
          AWS_MAX_ATTEMPTS: '100'