NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
Description
This PR implements graceful shutdown for worker instances to ensure that the scheduler is properly notified when workers are shutting down.
How Has This Been Tested?
bazel test ...
Checklist
bazel test //...
passes locallygit amend
see some docsThis change is