# Add blue square when delay node is rate limiting

**URL:** https://discourse.nodered.org/t/add-blue-square-when-delay-node-is-rate-limiting/2186
**Category:** Feature Requests
**Created:** [9 August 2018 14:49 UTC](https://discourse.nodered.org/t/add-blue-square-when-delay-node-is-rate-limiting/2186 "2018-08-09T14:49:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cymplecy](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cymplecy/32/2773_2.png) [@cymplecy](https://discourse.nodered.org/u/cymplecy)
#### Post date: [9 August 2018 14:49 UTC](https://discourse.nodered.org/t/add-blue-square-when-delay-node-is-rate-limiting/2186/1 "2018-08-09T14:49:18Z")

</div>

The default mode of the Delay node adds a blue status square when its been triggered but when in rate limiting mode, it doesn't

I add a dummy delay node below the rate limiting node so I can tell when the rate limit period has passed but I was wondering if we could have it built-in?

Simon

---

<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: [10 August 2018 06:49 UTC](https://discourse.nodered.org/t/add-blue-square-when-delay-node-is-rate-limiting/2186/2 "2018-08-10T06:49:32Z")

</div>

So can you describe when it would appear exactly and when it would go away ?

The delay node only does that for delays greater than 1 sec I think so as to reduce the amount of websocket traffic to the browser. Would want to do something similar for rate limit.
