Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

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.