All pull requests

build(wavelet): wire structured logging through the worker pool#2018

Openleon-fischerwants to merge 5 commits intomainfrombuild/wavelet-3019
LELeon Fischercommented 4w ago

Summary

build(wavelet): wire structured logging through the worker pool — addresses the regression surfaced in wavelet after the recent build work landed on main.

Why

  • The previous behavior on main short-circuited the safe path under load; this PR restores the intended contract.
  • Adds a guard so the regression cannot resurface silently in staging.
  • Drive-by: removes dead-code call sites the linter was warning about.

Scope

  • Files touched: 2 across the core module + tests.
  • No public API change; ABI is preserved.
  • CI: all green on the matrix runs.

Labels: performance

LELeon Fischercommented 2w ago

Nice — pulled this locally and the burn-rate window now lines up with the SLO board. Approving once the snapshot tests catch up.

LNLNcommented 2w ago

Could we add a regression test for the partial-bucket case? I'm happy to push it on top if you'd prefer.

LNLNcommented 2w ago

Left a few small nits inline. Otherwise the shape is exactly what we discussed in the design doc.

All checks have passed1 neutral, 1 skipped, 5 successful checks
No conflicts with base branchMerging can be performed automatically.
You can also merge this with the command line. View command line instructions.Still in progress? Convert to draft

Add a comment

M↓Markdown is supported