django-q icon indicating copy to clipboard operation
django-q copied to clipboard

allow atomic on external db

Open RajeevKL-DreamLane opened this issue 3 years ago • 0 comments

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.

RajeevKL-DreamLane avatar Mar 02 '22 10:03 RajeevKL-DreamLane