The heat.scaling.cooldown Module

class heat.scaling.cooldown.CooldownMixin[source]

Bases: object

Utility class to encapsulate Cooldown related logic.

This class is shared between AutoScalingGroup and ScalingPolicy. This logic includes both cooldown timestamp comparing and scaling in progress checking.

Previous topic

The heat.rpc.worker_client Module

Next topic

The heat.scaling.lbutils Module

Project Source

This Page