Are there limitations on simultaneous executions within the same workflow?

Hello everyone, I’d like to ask the community a question. I haven’t found much information about what I’m looking for in the n8n documentation. Are there any limitations on workflow executions?
(I self-host all the infrastructure)

I found this post which is quite similar to what I’m looking for: How is the limitation of workflow execution in the self-hosted

I apologize if I haven’t followed any community rules.

If you are self-hosting n8n, there are no built-in limitations on the number of workflow executions. The only limits are those imposed by your own infrastructure—such as CPU, memory, and storage capacity. You can run as many workflows and executions as your hardware and network can handle. This applies to the Community Edition.

No built-in monthly execution cap.

Concurrency controls are available if you want to limit simultaneous executions.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.