openhab-rules-tools icon indicating copy to clipboard operation
openhab-rules-tools copied to clipboard

[timers] Add ability to detect and reschedule timers that occur at the same time

Open rkoshak opened this issue 2 years ago • 0 comments

Now that we have a centralized place where timers are actually created, add some bookkeeping there to keep track of when all the outstanding timers are scheduled to go off and avoid collisions. I'm thinking that if they are within 250 msec that we move the new timer forward half a second. Don't forget to clean up the book keeping to avoid a memory leak.

rkoshak avatar Oct 21 '22 16:10 rkoshak