Gunnerus / gunnerus

Python, Django, Bootstrap 3 and SQLite-based cruise reservation system
2 stars 1 forks source link

Investigate issue with duplicate cruise start mails #437

Open AudunVN opened 3 years ago

AudunVN commented 3 years ago

I suspect this might be a cruise that was submitted and subsequently edited before the recent patches to the server to fix this issue.

AudunVN commented 3 years ago

Issue is related to database blocking during email send, which results in an error and the email send job retrying multiple times before it's able set the is_sent field to true.

AudunVN commented 3 years ago

Should be resolved by latest commits (new DB structure, less expensive email send checks, scheduling changes). Will likely be deployed to production this weekend.

AudunVN commented 3 years ago

Still happening.