Hello everyone! My team and I are hitting issues ...
# ask-community
n
Hello everyone! My team and I are hitting issues with 2000 req/s/min cloud api rate limit. We are a bit surprised by this, since we aren't sure where in our code we generating so many requests. It would be really helpful if there was a way to use the api or the UI to figure out which endpoints are being hit. I see there is a way to see the
organization/id/rate-limit
overall graph, but I was curious if anyone knows how I can get a more granular look at all those requests being made? It would be a big help in our debugging
b
Hi Nicholas! I'd recommend reaching out to help@prefect.io for rate-limiting/account questions. If you provide your account information, the team should be able to help you troubleshoot this a bit more.
My first thoughts would be to check if any deployments were created/re-deployed recently that could potentially increase the number of requests made. If you identify a flow run that returned a 429 error, the error code itself should list the corresponding endpoint that was hit.