prefect concurrency-limit

prefect concurrency-limit [OPTIONS] COMMAND [ARGS]...

Manage task-level concurrency limits.

prefect concurrency-limit create

prefect concurrency-limit create [OPTIONS] TAG CONCURRENCY_LIMIT

Create a concurrency limit against a tag.

This limit controls how many task runs with that tag may simultaneously be in a Running state.

TAG
string
required

[required]

CONCURRENCY_LIMIT
string
required

[required]

prefect concurrency-limit inspect

prefect concurrency-limit inspect [OPTIONS] TAG

View details about a concurrency limit. `active_slots` shows a list of TaskRun IDs which are currently using a concurrency slot.

TAG
string
required

[required]

prefect concurrency-limit ls

prefect concurrency-limit ls [OPTIONS]

View all concurrency limits.

--limit
--offset

prefect concurrency-limit reset

prefect concurrency-limit reset [OPTIONS] TAG

Resets the concurrency limit slots set on the specified tag.

TAG
string
required

[required]

prefect concurrency-limit delete

prefect concurrency-limit delete [OPTIONS] TAG

Delete the concurrency limit set on the specified tag.

TAG
string
required

[required]