hey everyone! I'm migrating workloads to Prefect (...
# ask-community
s
hey everyone! I'm migrating workloads to Prefect (cloud product) had some questions about rate limiting and wondering if any 'well established' users might know (or be able to point me to) the answers to: 1. If I trigger 50 flow runs through a single
/deployments/{id}/create_flow_run/bulk
call, does that count as 1 request or 50 requests against my plan's quota? 2. Do API calls made by the Prefect SDK for internal orchestration (e.g., updating Flow Run status) count toward plan limits? a. If they do count: is there a way to estimate (even roughly) how many requests are generated in a single Flow Run? e.g. one run with 5 Tasks 3. Do worker polling requests count against our rate-limit quota? 4. Do actions performed in the Prefect Cloud UI (e.g., viewing a Flow Run) count?