chore(runner): update runner status if start program

This commit is contained in:
Bo-Yi Wu
2022-10-14 10:06:52 +08:00
committed by Jason Song
parent 45b0429b21
commit d4c1515f4e
6 changed files with 31 additions and 11 deletions

View File

@ -30,6 +30,7 @@ func New(endpoint, secret string, opts ...Option) *HTTPClient {
return next(ctx, req)
}
})
cfg.opts = append(cfg.opts, connect.WithInterceptors(interceptor))
if cfg.httpClient == nil {