mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 15:01:03 +00:00
- 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