bullmq - v6.2.0
    Preparing search index...

    Type Alias PostgresPoolConfig

    PostgresPoolConfig: PgPoolConfig & {
        migrate?: boolean;
        schema?: string;
        skipMigrations?: boolean;
        skipVersionCheck?: boolean;
    }

    A node-postgres pool config / connection string, optionally carrying the BullMQ-specific schema (the connection-level namespace for all queues), migrate / skipMigrations (explicit migration mode), and skipVersionCheck options.