You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use Oxford -ize spelling and expect in docs
* Add configurable DLQ logging and builder tests
* Propagate send error on closed queue
* Refactor push queue build configuration
* Split connection actor tests and refine docs
* Refactor DLQ constructor
* Derive PushQueueConfig Debug and fix docs
* Document unlimited builder and reuse test fixtures
* Refine DLQ logging and showcase unlimited builder
* Use shared builder in stream-end tests
* Fix rate limiter hang; switch push handle to log facade and adjust DLQ logging
- Avoid reserving tokens for probe-only futures by replacing
with non-blocking loop plus short sleeps.
- Use macros in push handle so captures warnings.
- Log every DLQ drop by default to make tests deterministic.
- Update docs to describe configurable DLQ logging cadence.
* Standardize logging on log facade; add limiter regression test\n\n- Replace tracing macros with log across server/app/connection.\n- Emit both log and tracing panic events to satisfy tests.\n- Add regression test to guard rate limiter token reservation.\n- Keep DLQ logging default verbose for test determinism.
---------
Co-authored-by: Payton McIntosh <pmcintosh@df12.net>
0 commit comments