Range defining the min and max number of cluster workers.
cluster_autoscale(min_workers, max_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.
The maximum number of workers to which the cluster can
scale up when overloaded. max_workers
must be strictly greater than
min_workers
.
db_cluster_create()
, db_cluster_edit()