MCPcopy Create free account
hub / github.com/cortexproject/cortex / NotifyQuerierShutdown

Method NotifyQuerierShutdown

pkg/scheduler/queue/queue.go:236–240  ·  view source on GitHub ↗
(querierID string)

Source from the content-addressed store, hash-verified

234}
235
236func (q *RequestQueue) NotifyQuerierShutdown(querierID string) {
237 q.mtx.Lock()
238 defer q.mtx.Unlock()
239 q.queues.notifyQuerierShutdown(querierID)
240}
241
242// When querier is waiting for next request, this unblocks the method.
243func (q *RequestQueue) QuerierDisconnecting() {

Callers

nothing calls this directly

Calls 1

notifyQuerierShutdownMethod · 0.80

Tested by

no test coverage detected