Are there any tutorials on how to achieve this?
After searching for a bit it looks like I need to do the following:
- Redis DB service and connect to it from settings.py under the Q_CLUSTER/redis settings
- set the worker in the Procfile: worker: python manage.py qcluster
I did both those things but still the tasks don't start.
Thanks!