Skip to content

Create bulk route for submitting flow runs #17855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cbelsole opened this issue Apr 18, 2025 · 0 comments
Open

Create bulk route for submitting flow runs #17855

cbelsole opened this issue Apr 18, 2025 · 0 comments
Labels
enhancement An improvement of an existing feature

Comments

@cbelsole
Copy link
Contributor

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

@cbelsole cbelsole added the enhancement An improvement of an existing feature label Apr 18, 2025
@cbelsole cbelsole changed the title Create bluk route for submitting flow runs Create bulk route for submitting flow runs Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant