timeWindowSec property
Lookback window, in seconds. The autoscaler computes a moving total of scale-in events over this duration and refuses to exceed maxScaledInReplicas within it.
Implementation
final TfArg<int>? timeWindowSec;
Lookback window, in seconds. The autoscaler computes a moving total of scale-in events over this duration and refuses to exceed maxScaledInReplicas within it.
final TfArg<int>? timeWindowSec;