buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
595 stars 154 forks source link

Shutdown gracefully on sigint (ctrl-c) and sigterm #591

Closed mostynb closed 2 years ago

mostynb commented 2 years ago

For now, the grpc service (if running) is gracefully stopped first, then the http service is gracefully stopped.