CLI Reference
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.
prefect concurrency-limit ls
View all concurrency limits.
prefect concurrency-limit reset
Resets the concurrency limit slots set on the specified tag.
prefect concurrency-limit delete
Delete the concurrency limit set on the specified tag.
Was this page helpful?