Skip to content

fix(router): add configurable SSE server write timeout - #3172

Open
mwisner wants to merge 11 commits into
wundergraph:mainfrom
mwisner:mwisner/fix/sse-server-write-timeout
Open

fix(router): add configurable SSE server write timeout#3172
mwisner wants to merge 11 commits into
wundergraph:mainfrom
mwisner:mwisner/fix/sse-server-write-timeout

docs(router): document SSE server write timeout

c2d6976
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 1, 2026 in 1s

54.69% (target 30.00%)

View this Pull Request on Codecov

54.69% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 81.53846% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.69%. Comparing base (bcc1562) to head (c2d6976).

Files with missing lines Patch % Lines
router/core/subscription_response_writer.go 80.48% 5 Missing and 3 partials ⚠️
router/pkg/config/config.go 0.00% 1 Missing and 1 partial ⚠️
router/pkg/config/json_schema.go 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3172      +/-   ##
==========================================
- Coverage   62.72%   54.69%   -8.03%     
==========================================
  Files         265      250      -15     
  Lines       31509    31030     -479     
==========================================
- Hits        19764    16973    -2791     
- Misses      10199    12412    +2213     
- Partials     1546     1645      +99     
Files with missing lines Coverage Δ
router/core/graph_server.go 83.95% <100.00%> (-1.43%) ⬇️
router/core/graphql_handler.go 63.23% <100.00%> (+0.34%) ⬆️
router/pkg/config/config.go 56.63% <0.00%> (-28.05%) ⬇️
router/pkg/config/json_schema.go 36.00% <80.00%> (-25.92%) ⬇️
router/core/subscription_response_writer.go 80.64% <80.48%> (-0.25%) ⬇️

... and 138 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.