# Does the 'reset' property work when Delay node configured as Rate/Limiter?

**URL:** https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938
**Category:** General
**Created:** [25 June 2024 12:46 UTC](https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938 "2024-06-25T12:46:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [25 June 2024 12:46 UTC](https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938/1 "2024-06-25T12:46:23Z")

</div>

I'm trying to clear-out the messages in a Delay node when it is configured for rate/limt.

I've tried sending variations like this to the node..

```auto
msg.payload = {reset: true}
return msg;

```

Any suggestions?

---

<div class="post-metadata">

### Author: ![arturv2000](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/arturv2000/32/88724_2.png) [@arturv2000](https://discourse.nodered.org/u/arturv2000)
#### Post date: [25 June 2024 12:49 UTC](https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938/2 "2024-06-25T12:49:19Z")

</div>

Hi

I think it should be:

```auto
msg.reset = true;

```

This is what I use to Reset Filter/delay

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

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [25 June 2024 13:38 UTC](https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938/3 "2024-06-25T13:38:24Z")

</div>

Thanks and 'drat' I'm sure I tried that variation this morning. Anyway, it works fine now.

---

<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: [9 July 2024 13:38 UTC](https://discourse.nodered.org/t/does-the-reset-property-work-when-delay-node-configured-as-rate-limiter/88938/4 "2024-07-09T13:38:42Z")

</div>

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