django-background-tasks icon indicating copy to clipboard operation
django-background-tasks copied to clipboard

BACKGROUND_TASK_RUN_ASYNC = True not working

Open meneses-pt opened this issue 3 years ago • 0 comments

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

meneses-pt avatar Nov 08 '21 10:11 meneses-pt