You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: