Is there a database backend in the django.tasks implementation in 6.0 or not?
I see https://github.com/tokibito/django-database-task is that the way to avoid running celery or rabbitmq?
1
Is there a database backend in the django.tasks implementation in 6.0 or not?
I see https://github.com/tokibito/django-database-task is that the way to avoid running celery or rabbitmq?
@tykling It appears there's been a back-port of django-tasks, with older versions containing a DB and Redis backend, which now look to have been split into their own packages: