Queues
Upsert a Queue
Updates or creates a queue
POST
Request
The name of the queue.
The number of parallel consumers consuming from the queue.
For the parallelism limit, we introduced an easier and less limited API with publish. Please check the flowControl page for the detailed information.
Setting parallelism with queues will be deprecated at some point.
Response
This endpoint returns
- 200 if the queue is added successfully.
- 412 if it fails because of the the allowed number of queues limit
Was this page helpful?