Hi. We are getting the following error: ```httpx.H...
# ask-community
v
Hi. We are getting the following error:
Copy code
httpx.HTTPStatusError: Client error '429 Too Many Requests'
Where can I read about the limits and best practices?
c
Hi Vadym, You can read more here - https://docs.prefect.io/ui/rate-limits/?h=rate+limits We are evaluating these limits, so if you have more details to share about your workload and scheduling, I’d like to bring that feedback up
v
We are running some kind of backfill flow that triggers a lot of subflows. I am not sure what limit we reach. Currently we use the same API key for agents in different envs. This is the only thing I have in mind that can be changed to send more requests without reaching the limit. Is it possible to understand from the error what kind of limit we reached?