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

alert details: show sent notification delivery delays in alert log #3182

Merged
merged 33 commits into from
Jul 27, 2023

Conversation

cmarquis
Copy link
Contributor

  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • Code builds clean without any errors or warnings.
  • Added appropriate tests for any new functionality.
  • All new and existing tests passed.
  • Added comments in the code, where necessary.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
Adds additional information to the alert log when a message was delivered after two minutes of being queued. This is useful for troubleshooting if a user reports an alert took longer than expected to be delivered.

Which issue(s) this PR fixes:
Fixes #2699

Screenshots:
image

Describe any introduced user-facing changes:
The alert log will show how many hours and minutes it took to deliver a notification, if it took more than 2 minutes.

Describe any introduced API changes:
None

Additional Info:
None

@mastercactapus mastercactapus changed the title Feat delivery delay alert details: show sent notification delivery delays in alert log Jul 19, 2023
mastercactapus
mastercactapus previously approved these changes Jul 19, 2023
mastercactapus
mastercactapus previously approved these changes Jul 24, 2023
allending313
allending313 previously approved these changes Jul 24, 2023
Copy link
Collaborator

@allending313 allending313 left a comment

Choose a reason for hiding this comment

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

lgtm!

@mastercactapus mastercactapus merged commit 1c2fc72 into master Jul 27, 2023
6 checks passed
@mastercactapus mastercactapus deleted the feat-delivery-delay branch July 27, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

alert log: show delivery delay
4 participants