# Separate Delay node into Wait and Throttle nodes

**URL:** https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901
**Category:** Feature Requests
**Created:** [1 September 2025 01:24 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901 "2025-09-01T01:24:02Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 01:24 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/1 "2025-09-01T01:24:03Z")

</div>

Separating Delay into Wait and Throttle nodes improves clarity, reduces user errors, and makes flows self-documenting, while each node’s icon reinforces its distinct behavior.

- Throttle: it rate limits the flow. A "semaphore" or a "wall with a hole" icon? I dont know what better icon to use here
- Wait: it is the timer. Use an hourglass icon. It is currently using an icon that resambles more a speedometer than a watch, which is weird.

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [1 September 2025 07:29 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/2 "2025-09-01T07:29:11Z")

</div>

This would need to be 2 totally separate extra nodes (which could as easily be contrib nodes), with the delay node staying as is so as not to break existing flows.

We could not remove the delay node until at least NR 6.0 (assuming it was deprecated as part of NR 5.0)

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [1 September 2025 08:23 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/3 "2025-09-01T08:23:19Z")

</div>

Without having telemetry on who uses the current node in each configuration, it would be highly disruptive at least to make this change. Certainly I couldn't tell you whether I'm actively using that node in either config even in my own flows.

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [1 September 2025 08:48 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/4 "2025-09-01T08:48:31Z")

</div>

Having to open a node's config to see what it does is hardly confined to the Delay node.

It is of course possible to change a node's name but if we can't indicate it's function in a reasonable number of characters, we can now see a badge when a node has a description.

Rather than creating new node types, would it be useful to tweek the recent "has description" badge so that it displays a tooltip on hover?  
The tooltip could be restricted to show only lines from the description which use the h1, h2 or h3 buttons:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/b/fb00dcebc1e94195bdfe57422a97d5ed9c1c4268.png)

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 11:29 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/5 "2025-09-01T11:29:57Z")

</div>

It is fine if it is released in v6.

Another issue I found is related to the Trigger node. Its name is confusing because other nodes also trigger flow branches. A better name would be "Pulse" or "Signal". You can fix this in v6 as well.

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [1 September 2025 11:56 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/6 "2025-09-01T11:56:01Z")

</div>

To be clear, this is not a commitment, it is purely stating what the minimum timeline could be to remove a deprecated delay node (and that is assuming we choose to remove the delay node and not just keep all 3), the additional nodes would need to be available and have large amounts of community buy in long before then we ever decided to deprecate.

And we would still need somebody to create these extra nodes (which as mentioned could be contrib nodes to test them out before they are potential adopted by the core team).

Also this is in no way meant to suggest that the Delay node can not be improved to make it easier to use or to show how it is configured

Full disclosure I have a strong emotional attachment to the Delay node, as it was the first node not written by the core team (Nick & Dave), but by me....

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 12:01 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/7 "2025-09-01T12:01:01Z")

</div>

> [@hardillb](#):
>
> Full disclosure I have a strong emotional attachment to the Delay node, as it was the first node not written by the core team (Nick & Dave), but by me

No problem. I know how it feels.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [1 September 2025 12:06 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/8 "2025-09-01T12:06:43Z")

</div>

Even if it was ever deprecated we would probably leave the existing one there but hidden somehow as we still don’t want to break flows if we don’t have to. The original delay node was enhanced to add rate limiting early on as it was all considered to be just “shifting the message in time” so it seemed sensible for them to be together. I guess the icon could be changed to be more representative based on the current mode - but the text/label clearly identifies it imho.

PS there is already a node-red-contrib-throttle if you want to use that instead.

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 12:12 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/9 "2025-09-01T12:12:40Z")

</div>

> **[ChatGPT - Delay node features](https://chatgpt.com/share/68b58d40-b604-8002-8fc8-b4e6b35347f8)**
>
> A conversational AI system that listens, learns, and challenges

Chatgpt and Claude Sonet 4 think like me. I see the same reasoning and maybe it is because I only have less than a year using node-red. This is a UX test that that guy working for Flowfuse could run to prove this hypothesis

 ![Screenshot_20250901-091443_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/e/2efc973e9ec8eaf7e17c938654b3f85341755d62.jpeg)  
 ![Screenshot_20250901-091516_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/f/cf02ca12a16ab3d6e56828e0189598c924afacfb.jpeg)  
 ![Screenshot_20250901-091540_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/9/3/939b6fd452a8434cbee7ff2e3b38c2faf5d86c0f.jpeg)  
 ![Screenshot_20250901-091555_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/8/f8e1b14d60a01f139d4b16a5649edf2db6419df0.jpeg)  
 ![Screenshot_20250901-091854_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/1/e/1e5d9576a283c879cc2ff8563e75cc40fd1a91a4.jpeg)  
 ![Screenshot_20250901-091922_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/b/2bf5c9b2ccfca7078fef25b4f6262c635284e449.jpeg)

I cant upload the last print. So this is its conclusion.

"_ **Naming Confusion** : "Delay" really only describes one of the two functions accurately.Your preference actually reflects standard practices in many other systems. For example, in programming frameworks, you typically see separate functions for sleep()/delay() versus throttle()/rateLimit()._  
_The current design might have been a pragmatic choice to keep Node-RED's palette smaller, but from a pure design standpoint, your instinct for separation makes perfect sense. It's good design intuition, not bias!_"

Maybe both AIs are just being "sycophantic" even when I asked non biased questions. Can't be sure.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [1 September 2025 12:19 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/10 "2025-09-01T12:19:25Z")

</div>

They both argue they could be separate - or could be combined. It is a design choice… we chose to combine them. Both options are right. Currently the humans are in control…

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 12:30 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/11 "2025-09-01T12:30:52Z")

</div>

After I asked Claude to be honest it agreed with the current design. Now im not sure if it was really being "honest" or if it decided to follow my instructions literally.

 ![Screenshot_20250901-093008_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/5/c53a8b252e96cbabacf62abf1fb24c13cefc3081.jpeg)  
 ![Screenshot_20250901-093020_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/1/7/17ee0b5dacae8af0fecdad36a7f03defa6975879.jpeg)  
 ![Screenshot_20250901-093024_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/a/aaa6b46117d287ab98248c93ad9f35a118281d09.jpeg)

So... forget about this proposal 🥲  
But if you have capacity to test my hypothesis with users (new and experienced) it would be better

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [1 September 2025 12:33 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/12 "2025-09-01T12:33:01Z")

</div>

They try to please, and are indeed led by the questioner.

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 12:33 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/13 "2025-09-01T12:33:41Z")

</div>

Yes 😕  
I saw that a kid killed himself because of what chatgpt was saying

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [1 September 2025 12:36 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/14 "2025-09-01T12:36:56Z")

</div>

I asked Claude if it was being really honest or just disagreeing with me because I asked it not to be sycophantic

 ![Screenshot_20250901-093540_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/8/4866005df7ed60a0be0f6fb63f638eecc87e8b34.jpeg)  
 ![Screenshot_20250901-093551_Claude](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/8/2864aaa1bf573afb53519679bc9830e6ab2aea49.jpeg)

---

<div class="post-metadata">

### Author: ![aitor](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/aitor/32/97363_2.png) [@aitor](https://discourse.nodered.org/u/aitor)
#### Post date: [1 September 2025 12:52 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/15 "2025-09-01T12:52:46Z")

</div>

Personally, I really enjoy working with compact and clean palettes. For me, splitting this node doesn’t add much value— in fact, it can sometimes make it harder to locate the right one quickly. I find that the node descriptions already provide enough clarity about their function, so extra separation feels a bit unnecessary.

**P.S.** AI is a great tool for many things, but be cautious with its reasoning. It doesn’t actually think—it just generates the most satisfying response based on the prompt. So always use your own judgment and critical thinking when interpreting its answers! 😊

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [1 September 2025 16:18 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/16 "2025-09-01T16:18:18Z")

</div>

"Danger, Will Robinson"!

When you ask any of the current generation LLM's whether they agree with you, they pretty much always will. This is because they are programmed to _PLEASE_, not to give an objective answer.

> [@AllanOricil](#):
>
> Now im not sure if it was really being "honest" or if it decided to follow my instructions literally.

I'm not even sure that the current gen models _CAN_ be honest. There seems little evidence that they can.

That doesn't make them unuseful. But it does make them dangerous, especially for opinions.

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [1 September 2025 17:07 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/17 "2025-09-01T17:07:38Z")

</div>

> That doesn't make them unuseful. But it does make them dangerous, especially for opinions.

A statistical word generator can not have an opinion

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [1 September 2025 17:43 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/18 "2025-09-01T17:43:31Z")

</div>

> [@hardillb](#):
>
> A statistical word generator can not have an opinion

An AI model is a little more than that. But, no, it does not have innate opinions, but it _DOES_ express opinions. Once that it has synthesised from online texts and ones that are statistically likely to make humans come back for more interactions.

When you ask a model for an opinion, it will certainly generate one. It doesn't really matter whether it "has" them or not. 🙂

---

<div class="post-metadata">

### Author: ![Sean-McG](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sean-mcg/32/54677_2.png) [@Sean-McG](https://discourse.nodered.org/u/Sean-McG)
#### Post date: [1 September 2025 22:12 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/19 "2025-09-01T22:12:50Z")

</div>

@AllanOricil If you had included the actual text, I might have been temped to see if would agree with itself or not 😉

PS - You already persuaded the team to "break" the click outside node to close and save Grrrr

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [3 September 2025 08:11 UTC](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901/20 "2025-09-03T08:11:31Z")

</div>

> When you ask a model for an opinion, it will certainly generate one. It doesn't really matter whether it "has" them or not. 🙂

Ohh, it definitely does matter, people anthropomorphising these random word generators is the core problem with the general lack of understanding of the (note not "their") limitations.

(I put most of this down to the marketing of these things)

[Next page](https://discourse.nodered.org/t/separate-delay-node-into-wait-and-throttle-nodes/98901.md?page=2)
