This commit is contained in:
Iván Ovejero 2024-10-09 18:32:24 +02:00
parent 8ba24cd145
commit e966cc073f
No known key found for this signature in database

View file

@ -48,7 +48,7 @@ export class JobProcessor {
const workflowId = execution.workflowData.id;
this.logger.info(`Worker started running job ${job.id} (execution ${executionId})`, {
this.logger.info(`Worker started running execution ${executionId} (job ${job.id})`, {
instanceType: 'worker',
});