You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently calling /deployments/<deployment id>/create_flow_run to create a flow run. When using Prefect Cloud we are seeing rate limits (429) because we are submitting thousands of runs at a time which is a semi-normal use case for us.
Describe the proposed behavior
Instead of getting rate limited, we would like to submit flow runs in batches at something like /deployments/<deployment id>/create_flow_run/bulk in order to not run into rate limits.
Describe the current behavior
We are currently calling
/deployments/<deployment id>/create_flow_run
to create a flow run. When using Prefect Cloud we are seeing rate limits (429) because we are submitting thousands of runs at a time which is a semi-normal use case for us.Describe the proposed behavior
Instead of getting rate limited, we would like to submit flow runs in batches at something like
/deployments/<deployment id>/create_flow_run/bulk
in order to not run into rate limits.Example Use
No response
Additional context
CC: @gabcoyne
The text was updated successfully, but these errors were encountered: