Hey guys, i started getting this error when runnin...
# prefect-community
f
Hey guys, i started getting this error when running my flows on ECS Agent:
An error occurred (ThrottlingException) when calling the RegisterTaskDefinition operation (reached max retries: 2): Rate exceeded
This means that i should increase my Rate limit on my AWS account?
z
They don’t publish these rate limits so it’s been a little tricky to deal with historically
f
Thank you! I should put this env on ECS task right?
z
I believe you want to set this for the agent
This is configuration of the boto client being used to register task definitions
❤️ 1
f
Thank you very much!!!