X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dee23e534ab1c84fbe2e34730c0327989cc263ac..aa9507e1633819259794ea4d6cf391dc88621dac:/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) }