@deep/nest-kit
    Preparing search index...

    Interface JobsConfigType

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

    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