Add retry logic to TeaCLI._run() for transient HTTP errors (502/503/504/429) using tenacity, with exponential backoff. Non-transient errors fail immediately. 4 new tests covering retry-then-success, retry-then-fail, no-retry, and 429-in-stdout scenarios.
Closes DEVX-143
Add retry logic to TeaCLI._run() for transient HTTP errors (502/503/504/429) using tenacity, with exponential backoff. Non-transient errors fail immediately. 4 new tests covering retry-then-success, retry-then-fail, no-retry, and 429-in-stdout scenarios.
Closes DEVX-143
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
kireto
approved these changes 2026-07-17 00:44:25 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add retry logic to TeaCLI._run() for transient HTTP errors (502/503/504/429) using tenacity, with exponential backoff. Non-transient errors fail immediately. 4 new tests covering retry-then-success, retry-then-fail, no-retry, and 429-in-stdout scenarios.
Closes DEVX-143
4d200bfc4ftof9ff73bb1eAutomated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Auto-approved: all CI checks passed (validate job).