← Back to Clusters

Error Resilience and Retry Logic

This cluster focuses on enhancing error resilience and implementing retry mechanisms for various network and API interactions within the framework.

18 PRs
fix Representative: #16239
# Title Author Created GitHub
7229 fix: add network error resilience to agentic loop failover ai-fanatic 2026-02-02 View
8677 fix: add retry logic to OAuth token refresh skyblue-will 2026-02-04 View
9025 Fix/automatic exponential backoff for LLM rate limits fotorpics 2026-02-04 View
9232 Fix: Add automatic retry for network errors in message runs vishaltandale00 2026-02-05 View
9482 feat: add cloud code assist retry logic and parsing for rate limit errors mrcha033 2026-02-05 View
10276 fix(infra): use bidirectional jitter in computeBackoff programming-pupil 2026-02-06 View
10551 feat(infra): add error classification for smarter retry decisions DukeDeSouth 2026-02-06 View
11472 fix: retry media fetch on transient network errors openclaw-quenio 2026-02-07 View
12995 feat(infra): Add retry with exponential backoff for transient failures trevorgordon981 2026-02-10 View
14553 feat(llm): Add automatic retry mechanism for TPM/RPM rate limits ... wjueyao 2026-02-12 View
16195 feat(infra): add unified retry utility with exponential backoff bianbiandashen 2026-02-14 View
16239 fix: retry on transient API errors (overloaded, rate-limit, timeout) rep zerone0x 2026-02-14 View
16913 fix(agent): increase transient HTTP retry from 1 to 3 with escalating delays hou-rong 2026-02-15 View
19540 feat: add timeout and exponential backoff retry for frontend API calls Mozzzaic 2026-02-17 View
20982 Improve 429 messaging for Retry-After parse failures and failover Tsopic 2026-02-19 View
21514 fix(retry): make retryAsync abort-aware during backoff sleep amabito 2026-02-20 View
23152 feat(plugin): add retry-backoff extension cintia09 2026-02-22 View
23497 feat(retry): add retryHttpAsync utility with comprehensive coverage thinstripe 2026-02-22 View