pub.chive.admin.retryAllDLQ

chive.pub

Documentation

Batch retry all DLQ entries, optionally filtered by error type

main procedure

Batch retry all DLQ entries, optionally filtered by error type

Input

Encodingapplication/json
errorType string Optional

Filter entries by error type before retrying

Output

Encodingapplication/json
retriedCount integer Required

Number of entries requeued

Errors

AuthenticationRequired
AdminRequired
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "errorType": {
          "type": "string",
          "description": "Filter entries by error type before retrying"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "retriedCount"
      ],
      "properties": {
        "retriedCount": {
          "type": "integer",
          "description": "Number of entries requeued"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Batch retry all DLQ entries, optionally filtered by error type"
}

Lexicon Garden

@