Skip to content

Conversation

@eleftherias
Copy link
Member

Without this change messages were stuck in a pending state indefinitely once the queue was full. The same messages were added to the queue over and over again.

Fix #2389

Without this change messages were stuck in a pending state
indefinitely once the queue was full. The same messages were
added to the queue over and over again.

Fix #2389
@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.36%. Comparing base (538b803) to head (a0ff342).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2452      +/-   ##
==========================================
+ Coverage   55.35%   55.36%   +0.01%     
==========================================
  Files         277      277              
  Lines       26451    26453       +2     
==========================================
+ Hits        14641    14645       +4     
+ Misses      10459    10457       -2     
  Partials     1351     1351              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eleftherias eleftherias merged commit 9415772 into main Nov 5, 2025
29 checks passed
@eleftherias eleftherias deleted the sse-channel-full branch November 5, 2025 08:51
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.

SSE messages get lost when channel is full

3 participants