prefect.cli
concurrency_limit
Concurrency-limit command — native cyclopts implementation. Manage task-level concurrency limits.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.cli.concurrency_limitcreate create(tag: str, concurrency_limit: int)
inspect inspect(tag: str)
ls ls()
reset reset(tag: str)
delete delete(tag: str)
Was this page helpful?