-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore/concurrency-limit-support #360
Conversation
jimid27
commented
Jan 28, 2025
•
edited
Loading
edited
- Relates to: https://linear.app/prefect/issue/PLA-383/add-support-for-concurrency-limits
- Relates to: Add support for concurrency limits #280
- Resolves: https://linear.app/prefect/issue/PLA-971/create-concurrency-limit-resource
- Creates resources for concurrency limits as defined in https://app.prefect.cloud/api/docs#tag/Concurrency-Limits
Co-authored-by: Mitchell Nielsen <[email protected]>
Co-authored-by: Mitchell Nielsen <[email protected]>
Co-authored-by: Mitchell Nielsen <[email protected]>
Co-authored-by: Mitchell Nielsen <[email protected]>
Co-authored-by: Mitchell Nielsen <[email protected]>
Is this for global concurrency limits or task run concurrency limits? I see the API docs look vague as to which they apply to. The former has the additional option of slot decay per second |
Thanks for reaching out, we had a look at the API docs and the correct endpoint in this case appears to actually be the one for Concurrency Limits v2. We're confirming with the backend team and getting a better understanding and then will follow up with change(s) to make this clearer and better supported. |
We've opened #362 to specify that this is for task run concurrency limits. Should have it released soon, and global concurrency limit support will come after that. |
That change is now available in v2.14.1. |