Execution Queue
This document describes the process queue management that executes the events flow for all subscription instances.
This process is automatic to execute the flows. For some business reasons, some endpoints allow you to manage the queue.
Retrieve Queue Status
Information | Data | Description |
---|---|---|
URL | - | Provider by boltPay squad |
Endpoint | /queue | - |
Method | GET | - |
Request
GET {url}/queue
Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv, Authorization: Bearer asd123asdfd123.asdasd123.asda13213 }
Response
{
"status": "active"
}
Pause Queue Execution
Information | Description |
---|---|
URL | Provider by boltPay squad |
Endpoint | /queue |
Method | DELETE |
Request
DELETE {url}/queue
Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv }
Response
HTTP Status: 200
Body {}
Resume Queue Execution
Information | Description |
---|---|
URL | Provider by boltPay squad |
Endpoint | /queue |
Method | POST |
Request
POST {url}/queue
Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv }
Response
HTTP Status: 200
Body {}