The heat.scaling.cooldown ModuleΒΆ

class heat.scaling.cooldown.CooldownMixin[source]

Bases: object

Utility class to encapsulate Cooldown related logic which is shared between AutoScalingGroup and ScalingPolicy. This logic includes both cooldown timestamp comparing and scaling in progress checking.

Previous topic

The heat.scaling Module

Next topic

The heat.engine.timestamp Module

This Page