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

Morry98 / fastapi-task-manager / 25852811516
97%

Build:
DEFAULT BRANCH: main
Ran 14 May 2026 09:33AM UTC
Jobs 5
Files 32
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

14 May 2026 09:32AM UTC coverage: 97.164% (-0.3%) from 97.416%
25852811516

push

github

web-flow
Fix/redis flushall issue (#13)

* 🐛 **Consumer group loss after `FLUSHALL`**: `FLUSHALL` at runtime
deletes all stream consumer groups. The Coordinator recreates streams
via `XADD`, but `xreadgroup` kept throwing `NOGROUP` on every iteration.
Catch `NOGROUP` in `_try_read_stream` and call `setup_consumer_groups()`
to recover; the Reconciler republishes any tasks queued before the group
was restored.

* 🐛 **False "Task failed" after flush**: When a task finishes while the
consumer group is gone, `xack` throws `NOGROUP`. The generic handler in
`_execute_and_ack` was catching this, logging "Task failed", and
applying backoff on a task that actually succeeded. Catch `NOGROUP` in
`_ack_message` and log a warning instead — the message is already gone
from the PEL.

6 of 15 new or added lines in 1 file covered. (40.0%)

3358 of 3456 relevant lines covered (97.16%)

4.83 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
90.78
-4.07% src/fastapi_task_manager/stream_consumer.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.12 - 25852811516.1 14 May 2026 09:33AM UTC 32
97.16
GitHub Action Run
2 python-3.14 - 25852811516.2 14 May 2026 09:33AM UTC 32
97.06
GitHub Action Run
3 python-3.10 - 25852811516.3 14 May 2026 09:33AM UTC 32
97.16
GitHub Action Run
4 python-3.11 - 25852811516.4 14 May 2026 09:33AM UTC 32
96.5
GitHub Action Run
5 python-3.13 - 25852811516.5 14 May 2026 09:33AM UTC 32
97.11
GitHub Action Run
Source Files on build 25852811516
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25852811516
  • 854a6041 on github
  • Prev Build on main (#24445823186)
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