{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "Retry with backoff",
  "description": "Document a capped retry policy for a transient failure. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "Retry a transient failure",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "Three attempts · illustrative timing",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "box",
      "x": 80,
      "y": 82,
      "w": 144,
      "h": 48,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "text",
      "x": 152,
      "y": 111,
      "text": "Worker",
      "size": 15,
      "fill": "ink",
      "align": "middle",
      "mono": false
    },
    {
      "type": "box",
      "x": 494,
      "y": 82,
      "w": 144,
      "h": 48,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "text",
      "x": 566,
      "y": 111,
      "text": "Upstream",
      "size": 15,
      "fill": "ink",
      "align": "middle",
      "mono": false
    },
    {
      "type": "line",
      "x": 152,
      "y": 130,
      "x2": 152,
      "y2": 362,
      "arrow": false,
      "dashed": true,
      "stroke": "rule"
    },
    {
      "type": "line",
      "x": 566,
      "y": 130,
      "x2": 566,
      "y2": 362,
      "arrow": false,
      "dashed": true,
      "stroke": "rule"
    },
    {
      "type": "line",
      "x": 152,
      "y": 164,
      "x2": 566,
      "y2": 164,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 359,
      "y": 152,
      "text": "Attempt 1 → 503",
      "size": 13,
      "fill": "muted",
      "align": "middle",
      "mono": true
    },
    {
      "type": "line",
      "x": 152,
      "y": 242,
      "x2": 566,
      "y2": 242,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 359,
      "y": 230,
      "text": "Wait 1 s → 503",
      "size": 13,
      "fill": "muted",
      "align": "middle",
      "mono": true
    },
    {
      "type": "line",
      "x": 152,
      "y": 328,
      "x2": 566,
      "y2": 328,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 359,
      "y": 316,
      "text": "Wait 2 s → 200",
      "size": 13,
      "fill": "positive",
      "align": "middle",
      "mono": true
    }
  ]
}