Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/reminder interval #614

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

bugrakocabay
Copy link
Contributor

Hi @TwiN

Summary

Regarding this issue #599.

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

Copy link
Owner

@TwiN TwiN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few comments, but looks good overall.

watchdog/alerting.go Outdated Show resolved Hide resolved
alerting/alert/alert.go Outdated Show resolved Hide resolved
@bugrakocabay bugrakocabay requested review from TwiN and merou April 27, 2024 12:56
@sabey sabey mentioned this pull request Sep 1, 2024
@illia-weisser
Copy link

I want this!

@TwiN
Copy link
Owner

TwiN commented Dec 5, 2024

Wow I'm really sorry for forgetting about this for so long!

@bugrakocabay any chance you can resolve the conflict and ping me when it's done? I'll get this merged and released ASAP

Copy link
Owner

@TwiN TwiN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be renamed to MinimumRepeatInterval?

Because it doesn't necessarily happen every repeat interval given that the evaluation is driven by the normal interval. For instance, if the interval is set to 5m and the repeat interval is set to 7m, the alert would only be sent on the 2nd evaluation (so after 10m), not after the repeat interval of 7m

@TwiN TwiN added feature New feature or request area/alerting Related to alerting labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alerting Related to alerting feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants