Concurrency Limits V2
Create Concurrency Limit V2
POST
/
api
/
v2
/
concurrency_limits
/
Headers
Body
application/json
Data used by the Prefect REST API to create a v2 concurrency limit.
The name of the concurrency limit.
The concurrency limit.
Required range:
x > 0
Whether the concurrency limit is active.
The number of active slots.
Required range:
x > 0
The number of denied slots.
Required range:
x > 0
The decay rate for active slots when used as a rate limit.
Required range:
x > 0
Response
201 - application/json
An ORM representation of a v2 concurrency limit.
The name of the concurrency limit.
The concurrency limit.
Whether the concurrency limit is active.
The number of active slots.
The number of denied slots.
The decay rate for active slots when used as a rate limit.
The average amount of time a slot is occupied.
Was this page helpful?