mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
d595a6a61f
1. ScalingPolicy's CoolingTime will limit ScalingPolicy with 'alarm' TriggerType 2. Health Check will remove instance that has been shut down for 3 minutes. 3. If TargetNumer > SG.MaxInstanceNumber or TargetNumber < SG.MinInstanceNumber, ScalingActivity's status will be set to 'part_success'. 4. When you want to increase the DesireInstanceNumber that has reached the maximum value, or decrease the this that has reached the minimum value, the ScalingActivity is rejected. 5. ScalingPolicy.PostCreate and PostDelete asynchronous execution.