You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
If sensor fire events 10 times within a minute, then I don't want to get 10 SMS messages. Will need to figure out either a rate limiting algorithm or some feedback process.
Rate Limiting Alg. - Every notification can be sent once every 5 minutes since last notification per sensor.
Feedback process - Once a notification is sent for a sensor, further notifications will be subdued until an ACK is received. This should also have a time limit, otherwise user will not get any notifications if he/she forgets to ACK. Maybe 15 min.
The text was updated successfully, but these errors were encountered:
This prevents notifications from being sent simultaneously.
Now for the same sensor, a notification can be sent only after the configured interval.
Currently the notification interval default is 10 minutes.
Closes issue #15
Scenario:
If sensor fire events 10 times within a minute, then I don't want to get 10 SMS messages. Will need to figure out either a rate limiting algorithm or some feedback process.
Rate Limiting Alg. - Every notification can be sent once every 5 minutes since last notification per sensor.
Feedback process - Once a notification is sent for a sensor, further notifications will be subdued until an ACK is received. This should also have a time limit, otherwise user will not get any notifications if he/she forgets to ACK. Maybe 15 min.
The text was updated successfully, but these errors were encountered: