About Task Queues
- When you need to execute an expensive command in the background after returning a response to a GUI, you can use Celery.
- If Celery is too problematic to setup, I recommend Django Huey.
- If you don't need quick response and the task can wait up to a day, you can use management commands with cron jobs.
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You