N8n limitatins

i am new to n8n and world of workflows, api and web-socket.
i want to ask what is the limitations to using n8n.

Welcome to the world of n8n and workflows. The limit on what you can build is whatever you can imagine. The technology limit varies.

  • If you’re using an AI model, you can only send it the max amount that it’s contact window supports. You can google the limits of each model.
  • In n8n you can have a certain amount of workflows running concurrently. That limit depends on your plan.
  • Avoid using the code node when you can, it eats a lot of processing power in your instance and might cause other workflows that are running at the same time sluggish or crash.
  • You can keep as many workflows as you’d like but how many can be “active” depends on your plan. An “active” workflow is a workflow that is triggered by a schedule, webhook or external app.
  • Workflows can have as many nodes as you’d like but it’s best to keep things simple and split things into sub workflows when possible (That also helps with processing).
  • n8n cloud hosted workflows also have timeouts that vary according to your plan.

Is there a specific limit that your concerned about?

1 Like

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