I ran some workflows, but it call too much sub-workflow at the same time. This makes CPU overload.
Do you have any experience? Could I force n8n load only 10 executions at the same time?
Should I run n8n with queue to solve this?
I ran some workflows, but it call too much sub-workflow at the same time. This makes CPU overload.
Do you have any experience? Could I force n8n load only 10 executions at the same time?
Should I run n8n with queue to solve this?
There are a number of options that you can do here:
Hopefully those ideas will help.
I don’t know if this helps you with sub workflows, but this happened to our CPU load when we switched our installation to using one worker instance.
How could I make a queue with webhook in option 2?