CLI Reference
prefect work-queue
Manage work queues.
prefect work-queue create
Create a work queue.
prefect work-queue set-concurrency-limit
Set a concurrency limit on a work queue.
prefect work-queue clear-concurrency-limit
Clear any concurrency limits from a work queue.
prefect work-queue pause
Pause a work queue.
prefect work-queue resume
Resume a paused work queue.
prefect work-queue inspect
Inspect a work queue by ID.
prefect work-queue ls
View all work queues.
prefect work-queue preview
Preview a work queue.
prefect work-queue delete
Delete a work queue by ID.
prefect work-queue read-runs
Get runs in a work queue. Note that this will trigger an artificial poll of the work queue.
Was this page helpful?