django-mail-panel icon indicating copy to clipboard operation
django-mail-panel copied to clipboard

Emails go missing when sent in parallel

Open maxhollmann opened this issue 1 year ago • 0 comments

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.

maxhollmann avatar Oct 02 '24 08:10 maxhollmann