django-background-tasks
django-background-tasks copied to clipboard
BACKGROUND_TASK_RUN_ASYNC = True not working
Hello,
I wanted to switch my two background processes in my project to run in parallel, and so I changed BACKGROUND_TASK_RUN_ASYNC = True
but it doesn't seem to be working.
Tasks are still running one after another.
Could you please help?
Versions:
Python 3.8.2
Django 3.2.9
django-background-tasks 1.2.5
Thank you