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

ReactiveX / RxPY / 24692625533
94%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 10:01PM UTC
Jobs 1
Files 414
Run time 1min
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

20 Apr 2026 10:01PM UTC coverage: 93.502% (+0.002%) from 93.5%
24692625533

push

github

web-flow
fix(operators): reset retry budget per subscription to fix retry+repeat (#765)

The retry(n) generator was created once at observable creation time
and shared across all subscriptions. When combined with repeat(), the
retry pool was exhausted after n total subscriptions regardless of
errors, causing repeat() to resubscribe to an empty generator that
immediately completed.

Fix: create the generator inside the subscribe closure so each
subscription gets a fresh retry budget. This matches the expected
ReactiveX semantics where retry(n) means 'on error, resubscribe up
to n times per subscription'.

Closes #712

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Dag Brattli <dag@brattli.net>

13 of 13 new or added lines in 2 files covered. (100.0%)

25327 of 27087 relevant lines covered (93.5%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24692625533.1 20 Apr 2026 10:01PM UTC 414
93.5
GitHub Action Run
Source Files on build 24692625533
  • Tree
  • List 414
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c3f19d5e on github
  • Prev Build on master (#24692026104)
  • Next Build on master (#24692644855)
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