# Scaling limits of node-red

**URL:** https://discourse.nodered.org/t/scaling-limits-of-node-red/88721
**Category:** General
**Created:** [15 June 2024 18:53 UTC](https://discourse.nodered.org/t/scaling-limits-of-node-red/88721 "2024-06-15T18:53:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![songoku31](https://avatars.discourse-cdn.com/v4/letter/s/22d042/32.png) [@songoku31](https://discourse.nodered.org/u/songoku31)
#### Post date: [15 June 2024 18:53 UTC](https://discourse.nodered.org/t/scaling-limits-of-node-red/88721/1 "2024-06-15T18:53:55Z")

</div>

Hello, I am not able to find any scaling limits of node-red. I want to use it for enterprise level. Can it handle that much load or need to be integrated with Airflow? If yes, then do we have a plugin/code to integrate with Airflow and execute a DAG?

---

<div class="post-metadata">

### Author: ![marcus-j-davies](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/marcus-j-davies/32/103435_2.png) [@marcus-j-davies](https://discourse.nodered.org/u/marcus-j-davies)
#### Post date: [15 June 2024 19:47 UTC](https://discourse.nodered.org/t/scaling-limits-of-node-red/88721/2 "2024-06-15T19:47:02Z")

</div>

> [@songoku31](#):
>
> I want to use it for enterprise level

Fist of all welcome! 🙂

But what does that mean??

We use Node RED in an "enterprise" setting, that communicates with "Staff"

- ~300 Engineers
  - Around 550 devices

- ~ 270 Vehicles (tracking)
- ~170 Office staff
- Around 7 Different supplier APIs

and it does just fine

You need to be more precise than using the term "enterprise" - its not a measure  
The system running the instance plays a crucial role!

One thing to note : Its single threaded (that's JS for you)

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [15 June 2024 20:40 UTC](https://discourse.nodered.org/t/scaling-limits-of-node-red/88721/3 "2024-06-15T20:40:09Z")

</div>

Airflow has an extensive API and executing a DAG is a matter of an API call.  
Node-RED is king in talking to API's and you don't necessarily need a plugin/node to make this happen as the built-in http-request node can do this.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 September 2024 20:40 UTC](https://discourse.nodered.org/t/scaling-limits-of-node-red/88721/4 "2024-09-13T20:40:19Z")

</div>

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