cluster_autoscale: Cluster Autoscale

View source: R/data-structures.R

cluster_autoscaleR Documentation

Cluster Autoscale

Description

Range defining the min and max number of cluster workers.

Usage

cluster_autoscale(min_workers, max_workers)

Arguments

min_workers

The minimum number of workers to which the cluster can scale down when underutilized. It is also the initial number of workers the cluster will have after creation.

max_workers

The maximum number of workers to which the cluster can scale up when overloaded. max_workers must be strictly greater than min_workers.

See Also

db_cluster_create(), db_cluster_edit()


brickster documentation built on April 12, 2025, 1:21 a.m.