Transactions
Queue recovery
Recover stuck queued transactions with the Python SDK.
POST
Queue recovery
Use
blnk.transactions.recover_queue to retry queued transactions.
1
Call the method
blnk.transactions.recover_queue
2
Check how many were recovered
Read
response.data["recovered"] to see how many transactions were re-enqueued. Use Search or get by ID to verify individual transaction statuses afterward.3
Response
200 OK