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.

handle_metadata_reset()[source]

Previous topic

The heat.rpc.worker_client Module

Next topic

The heat.scaling.lbutils Module

Project Source

This Page