Concurrency Limits V2
Read All Concurrency Limits V2
POST
/
api
/
v2
/
concurrency_limits
/
filter
Headers
x-prefect-api-version
string
Body
application/json
offset
integer
default: 0limit
integer
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200 - application/json
id
string
created
string | null
updated
string | null
active
boolean
default: trueWhether the global concurrency limit is active.
name
string
requiredThe name of the global concurrency limit.
limit
integer
requiredThe concurrency limit.
active_slots
integer
requiredThe number of active slots.
slot_decay_per_second
number
default: 2The decay rate for active slots when used as a rate limit.
Was this page helpful?