-
Notifications
You must be signed in to change notification settings - Fork 345
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
FOREIGN KEY constraint failed when deleting or automatic clean up of session #1480
Comments
I've also started experiencing this same issue with newer versions of Smtp4Dev. As a temporary fix, I manually delete the database.db file to get things working again, but within 24 hours these errors start occurring and messages stop coming in. Failed executing DbCommand (1ms) [Parameters=[@p0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30'] Our message volume is pretty low. Maybe a couple hundred per day at most. |
Thanks for the excellent info on this one. This highlights a lack of tests for this so I will make sure to care of that. Resolving in #1481 |
Hey! Which docker tag is this in? Still happens in 3.6.0 |
>= 3.6.1 |
In the latest image, we are constantly receiving the following error message in the logs when queueing mails:
May be related to #1479
The text was updated successfully, but these errors were encountered: