Walter Cavinaw
05/24/2023, 11:34 PMWalter Cavinaw
05/25/2023, 1:28 AMSarah Krasnik
05/25/2023, 11:00 AM/flow_runs
and /task_runs
yesterday. These limits rise as you go between the personal and organization tier. For more help dealing with the 429s, I'd encourage you to book a time with one of our product advocates, they'd be happy to help:
https://calendly.com/prefect-experts/rubber-duckWalter Cavinaw
05/25/2023, 4:09 PMfunc.map(list)
...creates all the tasks at once, immediately breaching the api limits.
we've added a sleep between task creation but this just creates bad code tbh.
just to reiterate, we love prefect, but you guys need to be much more careful with significant changes to the behaviour of the service, and create different api limit tiers or change how it works.Sarah Krasnik
05/25/2023, 4:40 PM