mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clear delay node status on re-deploy. (rate limit path)
This commit is contained in:
parent
bc4b599513
commit
dda90f956d
@ -144,6 +144,7 @@ module.exports = function(RED) {
|
|||||||
this.on("close", function() {
|
this.on("close", function() {
|
||||||
clearInterval(this.intervalID);
|
clearInterval(this.intervalID);
|
||||||
this.buffer = [];
|
this.buffer = [];
|
||||||
|
node.status({});
|
||||||
});
|
});
|
||||||
|
|
||||||
} else if (this.pauseType === "queue") {
|
} else if (this.pauseType === "queue") {
|
||||||
|
Loading…
Reference in New Issue
Block a user