Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

allow atomic on external db #656

Open RajeevKL-DreamLane opened 2 years ago

RajeevKL-DreamLane commented 2 years ago

as described in the issue #652 django-q queries a lot for tasks and schedules. to keep django-q on a different db, preferably on a no-sql db while the main app in on a sql db and still use a different broker like redis.

the solution prevents transaction lock on different databases by using the db-route.