mirror of https://github.com/openclaw/openclaw.git
- Fix isRetryableError: check 'mattermost api 429' status code BEFORE generic '429' text match to avoid false positives - Error messages containing '429' in detail (e.g., 'Invalid ID: 4294967295') are no longer incorrectly treated as rate limiting - Add test for 400 error containing '429' text to verify no false retry |
||
|---|---|---|
| .. | ||
| src | ||
| api.ts | ||
| index.test.ts | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| setup-entry.ts | ||