Documentation
¶
Overview ¶
Handlers contains the gRPC implementation for an external scaler as defined by the KEDA documentation at https://keda.sh/docs/2.0/concepts/external-scalers/#built-in-scalers-interface This is the interface KEDA will poll in order to get the request queue size and scale user apps properly
The HTTP Scaler is the standard implementation for a KEDA external scaler which can be found at https://keda.sh/docs/2.0/concepts/external-scalers/ This scaler has the implementation of an HTTP request counter and informs KEDA of the current request number for the queue in order to scale the app
This file contains the implementation for the HTTP request queue used by the KEDA external scaler implementation