mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
This partially reverts the buildctl tracer shutdown change from #6757. The 50ms shutdown context can expire while delegated traces are flushed over a slow but healthy connhelper transport. Restore the previous buildctl shutdown behavior so that this telemetry cleanup path does not fail an otherwise successful command. Keep the daemon-side telemetry shutdown bounds and trace forwarder changes from #6757 intact. Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>