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

SchedulingPolicy

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

The scheduling policy controls how a reservation's resources are distributed.

interface SchedulingPolicy {
concurrency?: bigint;
maxSlots?: bigint;
}

§Properties

§
concurrency?: bigint
[src]

Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value. This feature is not yet generally available.

§
maxSlots?: bigint
[src]

Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value. This feature is not yet generally available.