space.highport.admin.getQueueStats

lexicons.highport.space

{
  "id": "space.highport.admin.getQueueStats",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.admin.getQueueStats

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreihj55kxqzxqrxpdqmcpsflwgxdpy5kvydo4gay3zh22n3iqrwpsom
Indexed At
2026-09-01 13:03 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.getQueueStats

Version History (2 versions)

Lexicon Garden

@