lol.dids.admin.getQueueStats

ngerakines.me

Documentation

Job queue depth, oldest job age, and failure counts.

main query

Job queue depth, oldest job age, and failure counts.

Output

Encodingapplication/json
byAction unknown Required

Map of job action to a count object.

failed integer Required

No description available.

oldestQueuedAgeSeconds integer Required

No description available.

queued integer Required

No description available.

running integer Required

No description available.

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://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "queued",
        "running",
        "failed",
        "oldestQueuedAgeSeconds",
        "byAction"
      ],
      "properties": {
        "failed": {
          "type": "integer"
        },
        "queued": {
          "type": "integer"
        },
        "running": {
          "type": "integer"
        },
        "byAction": {
          "type": "unknown",
          "description": "Map of job action to a count object."
        },
        "oldestQueuedAgeSeconds": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Job queue depth, oldest job age, and failure counts."
}

Lexicon Garden

@