X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9828e9218084856240fdeafa2d388d8bf322e655..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/services/keep-balance/main.go diff --git a/services/keep-balance/main.go b/services/keep-balance/main.go index f0b0df5bd3..b016db22ff 100644 --- a/services/keep-balance/main.go +++ b/services/keep-balance/main.go @@ -112,7 +112,7 @@ func (command) RunCommand(prog string, args []string, stdin io.Reader, stdout, s Routes: health.Routes{"ping": srv.CheckHealth}, } - go srv.run() + go srv.run(ctx) return srv }).RunCommand(prog, args, stdin, stdout, stderr) }