comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Remove Django Celery Email and Django SES #3314

Closed jmsmkn closed 2 months ago

jmsmkn commented 2 months ago

Sends email using a single periodic task that takes into account the SQS rate limit. Adds function locks to the send bulk email method. Removes django-celery-email and django-ses.

Closes #3310