QueueService
Provides insights into Deploy's task queue: queued tasks, queue summary.
GET | /queue/summary | Aggregate summary of the tasks currently running and waiting in the queue. |
GET | /queue/tasks | Lists all the QueuedTask waiting in the task queue. |
GET /queue/summary
Aggregate summary of the tasks currently running and waiting in the queue.
- Response body
- TaskQueueSummary - A QueuedTask
- Content type: application/xml
GET /queue/tasks
Lists all the QueuedTask waiting in the task queue.
- Response body
- QueuedTask - A List of QueuedTask
- Content type: application/xml