Build: #11 was successful Changes by Rui Xue <rx.astro@gmail.com>
Code commits
Pipeline
-
Rui Xue <rx.astro@gmail.com> de7285d1114d6befe6e28a49bc8786b799e92d3f
PIPE-3073: Silence noisy Dask TCP probe and post-session log floods
* daskhelpers: add `_silence_stray_tcp_probe_logs()` to drop tornado/
distributed ERROR records produced when non-Dask clients (HTTP probes,
health checks, stale browser tabs) hit the scheduler port and trigger
bogus multi-EiB frame reads. Filter is targeted -- only matches the
stray-probe signature (`_handle_stream`, `BaseTCPListener`, our
"Implausible allocation request" marker, or MemoryError exc_info) so
gen -
Rui Xue <rx.astro@gmail.com> c588023134f6e377744f7058867e0cd439103587
PIPE-3073: Add R.L. to Contributors list
Co-authored-by: Copilot <copilot@github.com>