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
New feature request: optimized alarm mechanism for timed tasks
Background
Currently, alarms are triggered when timed tasks fail, resulting in frequent alarm messages. Due to the varying repair times, constant alerts may consume system resources and are less useful to users.
Characterization
I propose to optimize the alerting mechanism through similarity analysis. The implementation is as follows:
First Alert: sends a first alert when a task fails.
Periodic alerts: subsequent similar alert messages are sent after a certain time interval instead of being triggered for each failure.
Successful resumption of alerts: sends a notification that an alert has been lifted once the task has been successfully executed.
Example
Consider using time windows and task identifiers to determine similarity and set the interval between alert notifications.
I am willing to contribute relevant code implementations and look forward to discussing this proposal with the community!
The text was updated successfully, but these errors were encountered:
New feature request: optimized alarm mechanism for timed tasks
Background
Currently, alarms are triggered when timed tasks fail, resulting in frequent alarm messages. Due to the varying repair times, constant alerts may consume system resources and are less useful to users.
Characterization
I propose to optimize the alerting mechanism through similarity analysis. The implementation is as follows:
Example
Consider using time windows and task identifiers to determine similarity and set the interval between alert notifications.
I am willing to contribute relevant code implementations and look forward to discussing this proposal with the community!
The text was updated successfully, but these errors were encountered: