• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / mpt / 16816361594 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2025 09:35PM UTC
Files 13
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Aug 2025 09:34PM UTC coverage: 86.31% (+0.4%) from 85.901%
16816361594.1

push

github

umputun
feat: add automatic retry mechanism for transient provider failures

Implemented configurable retry logic with exponential backoff to handle
transient failures from AI providers. The retry mechanism automatically
retries on network errors, rate limits, and temporary server issues while
avoiding retries on permanent errors like authentication or invalid requests.

- Added RetryableProvider wrapper with thread-safe retry logic
- Integrated go-pkgz/repeater for robust backoff strategies
- Added --retry.max-attempts CLI flag (default: 3)
- Smart error classification to determine retryable vs permanent failures
- Comprehensive test coverage for retry scenarios
- Updated README with retry configuration documentation

The retry logic is transparent to existing code and only activates when
retry.max-attempts is greater than 1. This improves reliability when
dealing with API rate limits or temporary network issues.

1532 of 1775 relevant lines covered (86.31%)

22.88 hits per line

Source Files on job 16816361594.1
  • Tree
  • List 13
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16816361594
  • 1fb096b0 on github
  • Prev Job for on master (#16716605937.1)
  • Next Job for on master (#16816556047.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc