MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewQueryScheduler

Function NewQueryScheduler

integration/e2ecortex/services.go:270–272  ·  view source on GitHub ↗
(name string, flags map[string]string, image string)

Source from the content-addressed store, hash-verified

268}
269
270func NewQueryScheduler(name string, flags map[string]string, image string) *CortexService {
271 return NewQuerySchedulerWithConfigFile(name, "", flags, image)
272}
273
274func NewQuerySchedulerWithConfigFile(name, configFile string, flags map[string]string, image string) *CortexService {
275 if configFile != "" {

Calls 1