Open nishant-nayak opened 9 months ago
Mass sending emails causes gunicorn to crash. This can be avoided by queueing long running jobs as async tasks using Celery.
Add a Redis container and configure Celery for running async tasks.
Ref: Asynchronous Tasks With Django and Celery
Mass sending emails causes gunicorn to crash. This can be avoided by queueing long running jobs as async tasks using Celery.
Add a Redis container and configure Celery for running async tasks.
Ref: Asynchronous Tasks With Django and Celery