mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
perf: Skip browser logging for production tasks in native Python runner (#19028)
This commit is contained in:
@@ -38,6 +38,9 @@ export class PythonTaskRunnerSandbox {
|
||||
nodeName: node.name,
|
||||
workflowId: workflow.id,
|
||||
workflowName: workflow.name,
|
||||
|
||||
/** Whether this task can log to the browser console. */
|
||||
canLog: this.executeFunctions.getMode() === 'manual',
|
||||
};
|
||||
|
||||
const executionResult = await this.executeFunctions.startJob<INodeExecutionData[]>(
|
||||
|
||||
Reference in New Issue
Block a user