Interface JobsConfigType

interface JobsConfigType {
    cloudRun: { maxParallelJobs: number; projectId: string; region: string };
}

Properties

Properties

cloudRun: { maxParallelJobs: number; projectId: string; region: string }

Type declaration

  • maxParallelJobs: number

    Maximum number of parallel jobs

  • projectId: string

    Google Cloud Project ID

  • region: string

    Google Cloud Jobs Region