Skip to main content

prefect.cli.concurrency_limit

Concurrency-limit command — native cyclopts implementation. Manage task-level concurrency limits.

Functions

create

create(tag: str, concurrency_limit: int)
Create a concurrency limit against a tag.

inspect

inspect(tag: str)
View details about a concurrency limit.

ls

ls()
View all concurrency limits.

reset

reset(tag: str)
Resets the concurrency limit slots set on the specified tag.

delete

delete(tag: str)
Delete the concurrency limit set on the specified tag.