Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Celery for async task running #113

Open
nishant-nayak opened this issue Jan 29, 2024 · 0 comments
Open

Add Celery for async task running #113

nishant-nayak opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
backend Django related issues enhancement New feature or request p1 Priority 1 tasks. Affects all users
Milestone

Comments

@nishant-nayak
Copy link
Member

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

@nishant-nayak nishant-nayak added enhancement New feature or request backend Django related issues p1 Priority 1 tasks. Affects all users labels Jan 29, 2024
@nishant-nayak nishant-nayak added this to the v0.1 milestone Jan 29, 2024
@nishant-nayak nishant-nayak self-assigned this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Django related issues enhancement New feature or request p1 Priority 1 tasks. Affects all users
Projects
None yet
Development

No branches or pull requests

2 participants