Skip to content

Specify --wait-for-ready global buildctl flag

Dduvall requested to merge review/wait-for-ready-part-deux into main

Tell buildctl to block calls until the underlying client connection is fully established and to retry on connection failure. This makes the client more robust in environments that employ circuit breaking on max TCP connections such as our cloud-runner service mesh.

See buildkit!27 (merged) for details on --wait-for-ready implementation.

Bug: T327416

Merge request reports