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

fix broken go live email notification #1443

Merged
merged 11 commits into from
Dec 2, 2024
Merged

fix broken go live email notification #1443

merged 11 commits into from
Dec 2, 2024

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Nov 27, 2024

Description

Sometimes at startup one would see an error trying to send an email notification. The error revolved around the fact that the personalization of the notification was None but there were no details about what the notification was or why this was an intermittent error.

It turns out that when a service goes live, you are supposed to receive an email notification that says "hey, you went live". This is such a low priority notification that it wasn't really noticeable when it stopped happening, but nevertheless.

Security Considerations

N/A

@terrazoon terrazoon self-assigned this Nov 27, 2024
@terrazoon terrazoon linked an issue Nov 27, 2024 that may be closed by this pull request
Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

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

Thanks for hunting this down, @terrazoon!

@ccostino ccostino merged commit fe033b0 into main Dec 2, 2024
7 checks passed
@ccostino ccostino deleted the notify-api-1442 branch December 2, 2024 21:50
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.

bug about email notification at startup
3 participants