MCPcopy
hub / github.com/cortexlabs/cortex / Scale

Method Scale

pkg/autoscaler/autoscaler.go:40–40  ·  view source on GitHub ↗
(apiName string, request int32)

Source from the content-addressed store, hash-verified

38
39type Scaler interface {
40 Scale(apiName string, request int32) error
41 GetInFlightRequests(apiName string, window time.Duration) (*float64, error)
42 GetAutoscalingSpec(apiName string) (*userconfig.Autoscaling, error)
43 CurrentRequestedReplicas(apiName string) (int32, error)

Callers 2

AwakenMethod · 0.65
autoscaleFnMethod · 0.65

Implementers 3

ScalerFuncpkg/autoscaler/scaler_func.go
AsyncScalerpkg/autoscaler/async_scaler.go
RealtimeScalerpkg/autoscaler/realtime_scaler.go

Calls

no outgoing calls

Tested by

no test coverage detected