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

agentjido / req_llm / 57eb517e92db02f0c00028f7c45ed498644aae6d-PR-135 / 2
52%
main: 49%

Build:
Build:
LAST BUILD BRANCH: feat/load-dotenv-config
DEFAULT BRANCH: main
Ran 27 Oct 2025 04:21PM UTC
Files 83
Run time 4s
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

27 Oct 2025 04:20PM UTC coverage: 52.033% (+0.007%) from 52.026%
57eb517e92db02f0c00028f7c45ed498644aae6d-PR-135.2

Pull #135

github

neilberkman
Fix ArgumentError when retry function returns {:delay, ms}

Removes conflicting retry_delay option from ReqLLM.Step.Retry.attach/1
to fix ArgumentError in Req 0.5.15+.

The Req library raises ArgumentError when both :retry_delay is set AND
the :retry function returns {:delay, milliseconds}. Since should_retry?/2
returns {:delay, 0}, retry_delay must not be set - the delay is provided
by the retry function's return value.

Changes:
- Remove retry_delay from ReqLLM.Step.Retry.attach/1
- Update tests to verify retry_delay is not set
- Update CHANGELOG.md

Fixes production ArgumentError in Enaia.Workers.DocumentClassificationWorker
Pull Request #135: Fix ArgumentError: remove retry_delay when retry returns {:delay, ms}

3570 of 6861 relevant lines covered (52.03%)

108.4 hits per line

Source Files on job 57eb517e92db02f0c00028f7c45ed498644aae6d-PR-135.2
  • Tree
  • List 83
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 57
  • 57eb517e on github
  • Prev Job for on fix-retry-delay-conflict (#505c1862a661fc7131f99191c0a5dc058705b58d.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