httpx.HTTPStatusError: Client error '429 Too Many Requests'
Where can I read about the limits and best practices?
c
Christopher Boyd
02/24/2023, 5:39 PM
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
Vadym Dytyniak
02/27/2023, 9:15 AM
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?