Hello Team! I have a self-hosted n8n instance, running on a Kubernetes cluster. My problem is that after a certain number of concurrent Executions requests, the executions become extremely slow and do not progress: it feels like the queue is bottlenecking the process, although I am not certain.
Hey @Lesterpaintstheworld , for the workers, have you defined the concurrency command arg on the pod spec? the default is 10, and if you have long running executions, bottlenecks are likely to happen.
With that low CPU usage, there is definitely plenty of room to bump up the concurrency to a much higher value.