Possible to delay alert from being sent once it gets a query hit? #1201
-
Just wondering if there is a setting that can accomplish this. For example instead of sending immediately, have it wait 10 seconds. |
Beta Was this translation helpful? Give feedback.
Answered by
jertel
Jun 10, 2023
Replies: 1 comment
-
There's a query_delay param you can use to time shift the queries by 10 seconds. This isn't the same as querying, detecting the alert and then waiting for 10 seconds before sending the alert, but it may achieve the same effect you're after. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roman-tasi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a query_delay param you can use to time shift the queries by 10 seconds. This isn't the same as querying, detecting the alert and then waiting for 10 seconds before sending the alert, but it may achieve the same effect you're after.