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

Method notifyShutdown

pkg/querier/worker/worker.go:88–88  ·  view source on GitHub ↗

notifyShutdown notifies the remote query-frontend or query-scheduler that the querier is shutting down.

(ctx context.Context, conn *grpc.ClientConn, address string)

Source from the content-addressed store, hash-verified

86 // notifyShutdown notifies the remote query-frontend or query-scheduler that the querier is
87 // shutting down.
88 notifyShutdown(ctx context.Context, conn *grpc.ClientConn, address string)
89}
90
91type querierWorker struct {

Callers 1

stopMethod · 0.65

Implementers 3

schedulerProcessorpkg/querier/worker/scheduler_processor
frontendProcessorpkg/querier/worker/frontend_processor.
mockProcessorpkg/querier/worker/worker_test.go

Calls

no outgoing calls

Tested by

no test coverage detected