mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
no payload log
This commit is contained in:
parent
262ef2a746
commit
2913a73456
@ -129,7 +129,7 @@ export class JobRepository {
|
|||||||
concurrency,
|
concurrency,
|
||||||
taskList: {
|
taskList: {
|
||||||
[queueName]: async (payload: unknown): Promise<void> => {
|
[queueName]: async (payload: unknown): Promise<void> => {
|
||||||
this.logger.log(`Job ${queueName} started with payload: ${JSON.stringify(payload)}`);
|
// this.logger.log(`Job ${queueName} started with payload: ${JSON.stringify(payload)}`);
|
||||||
await this.eventRepository.emit('job.start', queueName, payload as JobItem);
|
await this.eventRepository.emit('job.start', queueName, payload as JobItem);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user