Hi All, We are getting this error in Prefect on an inconsistent basis that looks like hte following...
v
Hi All, We are getting this error in Prefect on an inconsistent basis that looks like hte following below:
Copy code
botocore.exceptions.ClientError: An error occurred (ThrottlingException) when calling the DescribeTasks operation (reached max retries: 4): Rate exceeded
We tried updating Dask but we're not super sure how to proceed since we're still getting the error
w
Without much knowledge of where in Prefect this call would be made, I do know that is [this](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html) API action for ECS
k
Hey @Vikram Thirumalai, this is with a FargateCluster right? I have seen this issue that people still encounter. Are you trying to spin up a large cluster?
v
@Kevin Kho yes its with the Fargate cluster, and I don't think we're trying to spin up anything too large as the runs before and the runs after for the same flow and different flows are fine
k
Is the cluster the same configuration as the flows that run? What this issue suggests is that it really just can’t spin up workers and the “rate exceeded” is because it keeps polling
v
It should be the same configuration but i see, is there a way for us to increase a rate/throttle requests
k
I wouldn’t know for sure if this is a quota that can be set through AWS. You’d need to ask them.