prefect concurrency-limit
Manage task-level concurrency limits.
prefect concurrency-limit create
Create a concurrency limit against a tag.This limit controls how many task runs with that tag may simultaneously be in a
Running state.
prefect concurrency-limit inspect
View details about a concurrency limit.
active_slots
shows a list of TaskRun IDs
which are currently using a concurrency slot.Arguments
Arguments
[required]
Options
Options
--output
Specify an output format. Currently supports: json
prefect concurrency-limit ls
View all concurrency limits.
prefect concurrency-limit reset
Resets the concurrency limit slots set on the specified tag.
Arguments
Arguments
[required]
prefect concurrency-limit delete
Delete the concurrency limit set on the specified tag.
Arguments
Arguments
[required]