rty813 commented on issue #3757: URL: https://github.com/apache/hertzbeat/issues/3757#issuecomment-3301004334
Is my understanding correct? If `repeat interval < group interval`, then the repeat interval has no effect. This is because when `sendGroupAlert` is called, the elapsed time (now - lastsendtime) will necessarily be greater than the repeat interval. If `repeat interval > group interval`, then alarms from the integer number of group intervals that fall within the repeat interval will be discarded. Only the alarm from the final group interval cycle will be sent as a notification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
