jensrossbach / node-red-contrib-chronos

Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
https://jensrossbach.github.io/node-red-contrib-chronos
MIT License
28 stars 1 forks source link

Delay node: Add queued until output port #104

Closed jensrossbach closed 1 year ago

jensrossbach commented 1 year ago

Delay node shall offer an option to activate an additional output port that emits messages containing information about how many messages are currently queued and until when they are queued (similar to the next event port of the scheduler node).

jensrossbach commented 1 year ago

No need for this, the information can also be fetched using a status node (however data is only available in string form exactly as it is shown in the node status then, but I think this is sufficient).