lilspikey / django-background-task

A database-backed work queue for Django
BSD 3-Clause "New" or "Revised" License
107 stars 207 forks source link

run the tasks asynchronous #22

Open MinhKMA opened 6 years ago

MinhKMA commented 6 years ago

I want to run background tasks at the same time, option BACKGROUND_TASK_RUN_ASYNC = true but i am having a problem. Can you help me?