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

MPP-3815: Reset the database at start of each email #4718

Merged
merged 1 commit into from
May 20, 2024

Conversation

jwhitlock
Copy link
Member

This is a hotfix for tag 2024.05.16. The email process runs for too long and the database connection can become unusable. Test for a usable database connection for each email processed.

I've tested this against my local postgres server. It appears to happen in Heroku as well as stage, but it is unclear if it is a timeout or other server action that results in a failed connection.

How to test

  • I've added a unit test to test for potential regressions of this bug.

@jwhitlock
Copy link
Member Author

I'm merging this. If it fixes the issue on dev, then I'll tag this branch as 2024.05.16.1.

@jwhitlock jwhitlock merged commit 9d2ae6e into main May 20, 2024
29 checks passed
@jwhitlock jwhitlock deleted the stage-fix-2024.05.16.1 branch May 20, 2024 23:13
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.

1 participant