Skip to content

Commit

Permalink
Query-frontend worker: put back 'continue' removed in error
Browse files Browse the repository at this point in the history
Mistake in #4648.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
  • Loading branch information
bboreham committed Nov 28, 2023
1 parent 776e998 commit 1f4a65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/querier/worker/frontend_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (fp *frontendProcessor) processQueriesOnSingleStream(workerCtx context.Cont
if !grpcutil.IsCanceled(err) {
level.Error(fp.log).Log("msg", "error processing requests", "address", address, "err", err)
backoff.Wait()
continue
}
}

Expand Down

0 comments on commit 1f4a65b

Please sign in to comment.