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

    Interface WorkerConfigType

    interface WorkerConfigType {
        id: string;
        jobId?: string;
        mode: WorkerMode;
        runScheduledJobs: boolean;
        sandboxDir: string;
        serviceAccountId: string;
        tmpDir: string;
        type: string;
    }
    Index

    Properties

    id: string
    jobId?: string
    runScheduledJobs: boolean
    sandboxDir: string
    serviceAccountId: string
    tmpDir: string
    type: string