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

Method MaxOutstandingPerTenant

pkg/scheduler/queue/user_queues.go:19–19  ·  view source on GitHub ↗

MaxOutstandingPerTenant returns the limit to the maximum number of outstanding requests per tenant per request queue.

(user string)

Source from the content-addressed store, hash-verified

17 // MaxOutstandingPerTenant returns the limit to the maximum number
18 // of outstanding requests per tenant per request queue.
19 MaxOutstandingPerTenant(user string) int
20
21 // QueryPriority returns query priority config for the tenant, including priority level,
22 // their attributes, and how many reserved queriers each priority has.

Callers 3

getOrAddQueueMethod · 0.65
EnqueueRequestMethod · 0.65

Implementers 1

Overridespkg/util/validation/limits.go

Calls

no outgoing calls

Tested by

no test coverage detected