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

Morry98 / fastapi-task-manager / 25852811516 / 5
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 14 May 2026 09:33AM UTC
Files 32
Run time 1s
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.106% (-0.3%) from 97.358%
25852811516.5

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.

3356 of 3456 relevant lines covered (97.11%)

0.97 hits per line

Source Files on job python-3.13 - 25852811516.5
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25852811516
  • 854a6041 on github
  • Prev Job for on main (#24445823186.5)
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