When a SIGTERM is sent to a running buildkit daemon (being used as a remote builder) it immediately stops the server which results in any ongoing builds using that server being abruptly cancelled and failing.
Buildkit should ideally wait for any running builds to complete before shutting down; allowing graceful deployments of buildkit instances
When a
SIGTERMis sent to a running buildkit daemon (being used as a remote builder) it immediately stops the server which results in any ongoing builds using that server being abruptly cancelled and failing.Buildkit should ideally wait for any running builds to complete before shutting down; allowing graceful deployments of buildkit instances