Create a task run concurrency limit.
For more information, see https://docs.prefect.io/v3/how-to-guides/workflows/global-concurrency-limits.
Data used by the Prefect REST API to create a v2 concurrency limit.
The name of the concurrency limit.
^[^/%&><]+$The concurrency limit.
x >= 0Whether the concurrency limit is active.
The number of active slots.
x >= 0The number of denied slots.
x >= 0The decay rate for active slots when used as a rate limit.
x >= 0Successful Response
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.