Skip to main content

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

InformationDataDescription
URL-Provider by boltPay squad
Endpoint/queue-
MethodGET-

Request

GET {url}/queue

Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv, Authorization: Bearer asd123asdfd123.asdasd123.asda13213 }

Response

{
"status": "active"
}

Pause Queue Execution

InformationDescription
URLProvider by boltPay squad
Endpoint/queue
MethodDELETE

Request

DELETE {url}/queue

Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv }

Response

HTTP Status: 200

Body {}

Resume Queue Execution

InformationDescription
URLProvider by boltPay squad
Endpoint/queue
MethodPOST

Request

POST {url}/queue

Headers: { Content-Type: application/json, Strategy-Secret: asdxcv123asdzxcv }

Response

HTTP Status: 200

Body {}