Skip to content

Roll up integration into dev#247

Merged
loning merged 2 commits into
devfrom
integration
Jul 6, 2026
Merged

Roll up integration into dev#247
loning merged 2 commits into
devfrom
integration

Conversation

@loning

@loning loning commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary:
This rollup fixes a durable-delivery liveness gap where a consumer swap could leave pending or in-flight work bound to a removed consumer even though the queue now has a live subscriber.

Changes:

中文简述:
本次汇总修复 durable delivery 在 consumer 替换后可能卡在旧 consumer 绑定上的问题。现在同一 queue 存在当前 reliable subscriber 时,会把陈旧 delivery 重新绑定并继续分发,避免有订阅者但长期 pending 的静默丢活问题。

Referenced work:

loning added 2 commits July 6, 2026 12:46
…n-flight deliveries — pending on a queue that HAS a live subscriber, never dispatched (surfaced by #238)
…oject/fkst-substrate/245/ready-github-devloop-issue-ChronoAIProject-fkst-substrate-245-intake-2920260386-0849299728

github-devloop implementation for #245
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.17949% with 35 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/fkst-framework/src/supervise/mod.rs 0.00% 23 Missing ⚠️
...tes/fkst-framework/src/supervise/delivery_store.rs 92.94% 11 Missing ⚠️
...es/fkst-framework/src/supervise/delivery_router.rs 95.83% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@loning loning merged commit ddbe2be into dev Jul 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant