Skip to main content

prefect.cli.work_queue

Work queue command — native cyclopts implementation. Manage work queues.

Functions

create

Create a work queue.

set_concurrency_limit

Set a concurrency limit on a work queue.

clear_concurrency_limit

Clear any concurrency limits from a work queue.

pause

Pause a work queue.

resume

Resume a paused work queue.

inspect

Inspect a work queue by ID.

slots

Show concurrency slot utilization for a work queue.

ls

View all work queues.

preview

Preview a work queue.

delete

Delete a work queue by ID.

read_wq_runs

Get runs in a work queue. Note that this will trigger an artificial poll of the work queue.