Skip to main content

parse_auto_scaling_strategy

Function parse_auto_scaling_strategy 

Source
fn parse_auto_scaling_strategy(
    row: &Row,
    cluster_name: &str,
) -> Result<Option<AutoScalingStrategy>, ConnectionError>
Expand description

The cluster’s configured autoscaling policy, read from the auto_scaling_strategy column of a cluster query row. A NULL column means “no policy”: the cluster has none, or the region predates the feature.