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