We have a number of sensors on a schedule to not trigger overnight. At 9 am when they start up again, they all fire up within a short time of each other.
Many of these sensors involve querying a database, so we get a spike in database reads at 9 every morning.
Is there a way to spread out the re-activation of the sensors - say, turn on one-at-a-time over half an hour or an hour - to reduce the performance impact on our database?
Add comment