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

Align scheduler event groups to full seconds #173

Closed jensrossbach closed 2 months ago

jensrossbach commented 2 months ago

This pull request changes the way how grouped events in scheduler node (i.e., events that trigger within the same second) are triggered. Instead of using the trigger time of the first event in the group, the whole group is now always triggered at a full second (i.e., discarding any millisecond portion).