Create Work Queue
Creates a new work queue.
If a work queue with the same name already exists, an error will be raised.
Headers
Body
Data used by the Prefect REST API to create a work queue.
The name of the work queue.
The work queue's concurrency limit.
x > 0
An optional description for the work queue.
DEPRECATED: Filter criteria for the work queue.
Whether or not the work queue is paused.
The queue's priority. Lower values are higher priority (1 is the highest).
x > 0
Response
The name of the work queue.
An optional concurrency limit for the work queue.
x > 0
An optional description for the work queue.
DEPRECATED: Filter criteria for the work queue.
Whether or not the work queue is paused.
The last time an agent polled this queue for work.
The queue's priority. Lower values are higher priority (1 is the highest).
x > 0
The queue status.
READY
, NOT_READY
, PAUSED
The work pool with which the queue is associated.
The name of the work pool the work pool resides within.