| 1 | --- |
| 2 | name: retry-config-location |
| 3 | description: Retry limits live in policy/retry.toml, not env vars |
| 4 | metadata: |
| 5 | type: project |
| 6 | scope: project |
| 7 | --- |
| 8 | |
| 9 | Retry limits are configured in `policy/retry.toml` (the MEMKEY-SYM9K policy file), key `max_backoff_ms`. Never add them to .env. |
| 10 |