We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d889415 commit 5a201cfCopy full SHA for 5a201cf
pkg/tsdb/request.go
@@ -51,6 +51,8 @@ func HandleRequest(ctx context.Context, req *Request) (*Response, error) {
51
go batch.process(ctx, context)
52
}
53
54
+ case <-ctx.Done():
55
+ return nil, ctx.Err()
56
57
58
0 commit comments