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

Reports: Fix the email sent when reports are too large #224

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

marcbradshaw
Copy link
Collaborator

The too large error email was malformed, and the associated report was not being deleted after the send, resulting in multiple reports being sent.

  1. Fix the format of the report.

  2. Delete the report after any attempt to send the error email.

  3. Add a new config item to disable sending any error emails at all.

The too large error email was malformed, and the associated report was
not being deleted after the send, resulting in multiple reports being
sent.

1) Fix the format of the report.

2) Delete the report after any attempt to send the error email.

3) Add a new config item to disable sending any error emails at all.
Copy link
Owner

@msimerson msimerson left a comment

Choose a reason for hiding this comment

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

LGTM

@marcbradshaw marcbradshaw merged commit e61e268 into msimerson:master Mar 13, 2024
5 checks passed
@msimerson
Copy link
Owner

Does this fix #207?

@marcbradshaw
Copy link
Collaborator Author

marcbradshaw commented Apr 2, 2024

this should fix #207 yes

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.

2 participants