django-mail-panel
django-mail-panel copied to clipboard
Emails go missing when sent in parallel
We have celery send emails in bulk, and as soon as the concurrency is above 1 emails go missing randomly. Seems like a race condition in some get emails -> add email -> store emails process.