prefect work-queue

prefect work-queue [OPTIONS] COMMAND [ARGS]...

Manage work queues.

prefect work-queue create

prefect work-queue create [OPTIONS] NAME

Create a work queue.

prefect work-queue set-concurrency-limit

prefect work-queue set-concurrency-limit [OPTIONS] NAME LIMIT

Set a concurrency limit on a work queue.

prefect work-queue clear-concurrency-limit

prefect work-queue clear-concurrency-limit [OPTIONS] NAME

Clear any concurrency limits from a work queue.

prefect work-queue pause

prefect work-queue pause [OPTIONS] NAME

Pause a work queue.

prefect work-queue resume

prefect work-queue resume [OPTIONS] NAME

Resume a paused work queue.

prefect work-queue inspect

prefect work-queue inspect [OPTIONS] [NAME]

Inspect a work queue by ID.

prefect work-queue ls

prefect work-queue ls [OPTIONS]

View all work queues.

prefect work-queue preview

prefect work-queue preview [OPTIONS] [NAME]

Preview a work queue.

prefect work-queue delete

prefect work-queue delete [OPTIONS] NAME

Delete a work queue by ID.

prefect work-queue read-runs

prefect work-queue read-runs [OPTIONS] NAME

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