Skip to content

fix: Avoid event loop starvation if user has tight loops in streaming UDFs#352

Merged
BulkBeing merged 2 commits intomainfrom
message-streaming-fix
Apr 14, 2026
Merged

fix: Avoid event loop starvation if user has tight loops in streaming UDFs#352
BulkBeing merged 2 commits intomainfrom
message-streaming-fix

Conversation

@BulkBeing
Copy link
Copy Markdown
Contributor

fixes: #350

Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.74%. Comparing base (9cd8d2b) to head (a8ae582).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
+ Coverage   92.65%   92.74%   +0.08%     
==========================================
  Files          67       67              
  Lines        3514     3514              
  Branches      229      228       -1     
==========================================
+ Hits         3256     3259       +3     
+ Misses        193      190       -3     
  Partials       65       65              

☔ 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.

Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
@BulkBeing BulkBeing marked this pull request as ready for review April 14, 2026 09:24
@BulkBeing BulkBeing merged commit b1c2911 into main Apr 14, 2026
11 checks passed
@BulkBeing BulkBeing deleted the message-streaming-fix branch April 14, 2026 15:21
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.

yield to the event loop in all the exposed async methods

3 participants