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

GoogleCloudRunV2Overrides

import type { GoogleCloudRunV2Overrides } from "https://googleapis.deno.dev/v1/run:v2.ts";

RunJob Overrides that contains Execution fields to be overridden.

interface GoogleCloudRunV2Overrides {
containerOverrides?: GoogleCloudRunV2ContainerOverride[];
taskCount?: number;
timeout?: number;
}

§Properties

§

Per container override specification.

§
taskCount?: number
[src]

Optional. The desired number of tasks the execution should run. Will replace existing task_count value.

§
timeout?: number
[src]

Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.