mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Revamp logs for scaling mode (#11244)
This commit is contained in:
@@ -64,7 +64,7 @@ export class WorkflowRunner {
|
||||
executionId: string,
|
||||
hooks?: WorkflowHooks,
|
||||
) {
|
||||
ErrorReporter.error(error);
|
||||
ErrorReporter.error(error, { executionId });
|
||||
|
||||
const isQueueMode = config.getEnv('executions.mode') === 'queue';
|
||||
|
||||
@@ -476,7 +476,6 @@ export class WorkflowRunner {
|
||||
clearWatchdogInterval();
|
||||
}
|
||||
} catch (error) {
|
||||
ErrorReporter.error(error);
|
||||
// We use "getWorkflowHooksWorkerExecuter" as "getWorkflowHooksWorkerMain" does not contain the
|
||||
// "workflowExecuteAfter" which we require.
|
||||
const hooks = WorkflowExecuteAdditionalData.getWorkflowHooksWorkerExecuter(
|
||||
|
||||
Reference in New Issue
Block a user