Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 681 Bytes

File metadata and controls

12 lines (9 loc) · 681 Bytes

# SetScalingPolicyRequest

Properties

Name Type Description Notes
metric string Metric to track for scaling.
target_value float Target value. Percentage for CPU/Memory; req/sec per task for RPS.
scale_in_cooldown_seconds int Cooldown (seconds) before another scale-in can start. [optional] [default to 300]
scale_out_cooldown_seconds int Cooldown (seconds) before another scale-out can start. [optional] [default to 60]

[Back to Model list] [Back to API list] [Back to README]