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
Describe the bug
The "throttleMinutes" parameter does not seem to have any effect. A notification is send every time condition is met (once every minute or so), even though throttleMinutes is set to e.g 10 minutes.
To Reproduce
Steps to reproduce the behavior:
Apply notification where condition will always be true, with throttleMinutes: 10 - Example:
Expected behavior
When condition is met, notification should be send once after 1 sec (initialDelaySec: 1), but only if no simular notification is send within last 10 min (throttleMinutes)
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Any update on this? Does the controller actually update the notification's status lastTriggered field? Doesn't seem like any status fields are getting updated nor do I see the code that's meant to do that. Any pointers would be much appreciated
Describe the bug
The "throttleMinutes" parameter does not seem to have any effect. A notification is send every time condition is met (once every minute or so), even though throttleMinutes is set to e.g 10 minutes.
To Reproduce
Steps to reproduce the behavior:
Apply notification where condition will always be true, with throttleMinutes: 10 - Example:
Expected behavior
When condition is met, notification should be send once after 1 sec (initialDelaySec: 1), but only if no simular notification is send within last 10 min (throttleMinutes)
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: