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

Setup a task queue - celery, django-q, huey #270

Open
sarahboyce opened this issue Feb 15, 2024 · 3 comments
Open

Setup a task queue - celery, django-q, huey #270

sarahboyce opened this issue Feb 15, 2024 · 3 comments

Comments

@sarahboyce
Copy link
Member

We should be sending emails in tasks and we could do with some cron jobs around notifying when applications for sessions start.

@tim-schilling
Copy link
Member

From my preliminary research:
One option is to create a crontab on every deployment. Another is to use Azure Functions with a timer trigger. Or we could use celery with another app service instance.

@sarahboyce
Copy link
Member Author

If we go for the cron option, we need something like this for sending emails: https://nemecek.be/blog/158/django-how-to-send-email-without-celery 🤔

It could work?

@tim-schilling
Copy link
Member

I'd prefer https://github.com/pinax/django-mailer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants