8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

Prevent workflow execution on master service #52

Closed biclighter81 closed 9 months ago

biclighter81 commented 1 year ago

Hello together, is it somehow possible to prevent the n8n master service from executing workflow especially if they are triggered by the manual "Execute workflow" node? We have some workflows which have high resource demands and if one of them fails because of lack of resources the master service, which provides the ui, should not crash. I only found the environment variable N8N_DISABLE_PRODUCTION_MAIN_PROCESS which only prevents webhook execution on the main process but not workflow execution.

Thank you for your help.

FalkWolsky commented 10 months ago

A solution and answer to this would be much appreciated. Same scenario here. In our case, a Kafka-Trigger-based Workflow leads constantly to a crash of the Master Node, cause it automatically starts there.

Vad1mo commented 10 months ago

This is a Helm Chart only, you better ask n8n specific questions in the n8n forum.

You can configure this chart to use Any N8N option, but I don't know all the options.