Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BasicAutoscalingAlgorithm

import type { BasicAutoscalingAlgorithm } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Basic algorithm for autoscaling.

interface BasicAutoscalingAlgorithm {
cooldownPeriod?: number;
sparkStandaloneConfig?: SparkStandaloneAutoscalingConfig;
}

§Properties

§
cooldownPeriod?: number
[src]

Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.

§

Optional. Spark Standalone autoscaling configuration

§

Optional. YARN autoscaling configuration.