1👍
✅
You can use Redis + Celery and Django together.
simply,
If you have a task,then send it to Redis from Django,after a certain time/according to your commands it will ask celery to run it.
Google more about them.
Source:stackexchange.com