mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 20:37:51 +03:00
no queueing log
This commit is contained in:
@@ -188,7 +188,7 @@ export class JobRepository {
|
||||
}
|
||||
|
||||
async queue(item: JobItem): Promise<void> {
|
||||
this.logger.log(`Queueing job: ${this.getQueueName(item.name)}, data: ${JSON.stringify(item)}`);
|
||||
// this.logger.log(`Queueing job: ${this.getQueueName(item.name)}, data: ${JSON.stringify(item)}`);
|
||||
await this.workerUtils!.addJob(this.getQueueName(item.name), item, this.getJobOptions(item));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user