iiRecord
Agentic AI Atlas · Exponential backoff retry
recovery-strategy:retry-backoffa5c.ai
II.
RecoveryStrategy JSON

recovery-strategy:retry-backoff

Structured · live

Exponential backoff retry json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/recovery-strategies/recovery-strategies-canonical.yamlCluster · extensions
Record JSON
{
  "id": "recovery-strategy:retry-backoff",
  "_kind": "RecoveryStrategy",
  "_file": "extensions/recovery-strategies/recovery-strategies-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Exponential backoff retry",
    "action": "retry-with-backoff",
    "backoffSpec": {
      "baseMs": 2000,
      "capMs": 60000,
      "strategy": "exponential"
    },
    "maxAttempts": 5,
    "escalationPolicy": "surface-to-operator",
    "handlesFailureClassId": "failure-class:agent-session"
  },
  "outgoingEdges": [
    {
      "from": "recovery-strategy:retry-backoff",
      "to": "failure-class:agent-session",
      "kind": "handles_failure",
      "attributes": {}
    },
    {
      "from": "recovery-strategy:retry-backoff",
      "to": "failure-class:workflow-config",
      "kind": "handles_failure",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}