Hi! I have many prefect flows and deployments in p...
# ask-community
j
Hi! I have many prefect flows and deployments in prefect cloud. Yesterday and today I received the following error for many tasks:
Crash detected! Execution was interrupted by an unexpected exception: PrefectHTTPStatusError: Client error '429 Too Many Requests' for url https://api.prefect.cloud/api/accounts/.../workspaces/.../task_runs/.../set_state
Response: {'detail': 'Orchestration API rate limit reached'}
For more information check: https://httpstatuses.com/429
Yesterday, before the flow run, I made a new deployment. Is anyone having similar errors?? Thank you!!
e
Hi @jcozar 👋 Looks like you hit your plan rate limit. If you are on the free tier, you can increase your limit by upgrading to the pro tier. It’s worth noting that the Prefect client attempts to retry any rate limited request several times. If you enable debug logging, you can see the retries happening.
🙌 1
j
Oh thank you! I didn't notice the rate limit per minute. I will check it, thank you!
It is strange @Emil Christensen, because the limit says 400 calls per minute. I checked the event feed, and when I got the 429 it says about 250 events. Is this the correct way to check the number of API calls? Thank you!