config: {
bullmq: {
concurrency: number;
connection: {
host: string;
password: string;
port: number;
username: string;
};
};
} = ...
Type declaration
-
bullmq: {
concurrency: number;
connection: {
host: string;
password: string;
port: number;
username: string;
};
}
-
concurrency: number
-
connection: {
host: string;
password: string;
port: number;
username: string;
}
-
host: string
-
password: string
-
port: number
-
username: string
BullMQ Worket Configuration
See