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

Make alerters honour context. #63

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Make alerters honour context. #63

merged 1 commit into from
Oct 27, 2020

Conversation

vrongmeal
Copy link
Contributor

  • All alerters now return from loop when context is cancelled
  • Each individual alert context is now given an explicit timeout
    in the case when there's no deadline set for parent context
  • Mail alerter now honours context

Fixes #62

- All alerters now return from loop when context is cancelled
- Each individual alert context is now given an explicit timeout
  in the case when there's no deadline set for parent context
- Mail alerter now honours context

Fixes #62

Signed-off-by: Vaibhav <[email protected]>
@vrongmeal vrongmeal requested a review from murex971 October 26, 2020 22:38
@vrongmeal
Copy link
Contributor Author

@shreyaa-sharmaa you can look at changes in this PR.

@vrongmeal vrongmeal requested a review from murex971 October 27, 2020 09:30
@murex971 murex971 merged commit 3589c84 into main Oct 27, 2020
@murex971 murex971 deleted the vrongmeal/alerter-context branch October 27, 2020 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mail alert does not honour context.
2 participants