mirror of https://github.com/openclaw/openclaw.git
- Fix isRetryableError: check 5xx BEFORE 4xx to prevent misclassification when 5xx error detail contains 4xx substring (e.g., '503: upstream 404') - Fix jitter: use proportional jitter (full-jitter pattern) instead of hardcoded 1000ms. Jitter is now 0-100% of exponential delay - Update tests to reflect new jitter behavior - Add test for 5xx with 4xx substring in error message |
||
|---|---|---|
| .. | ||
| src | ||
| api.ts | ||
| index.test.ts | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| setup-entry.ts | ||