Replies: 1 comment 2 replies
-
django-rq: Originally, this package was on top of django-rq, with an additional ability to save scheduled tasks in the database (the database model part). These days, afaik, django-rq adopted some of the admin views here, while this package adopted parts of django-q2: Genearlly speaking, it would be good to create a framework to enable comparison of these packages, something in the realm of:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for this package! I watched the YouTube intro and it looks great — I'm currently testing it on one of my projects.
I'm curious how it compares to existing alternatives like django-tasks, django-rq, or django-q2? I've used django-q2 in the past, mainly with the DB backend for small-load projects, and I'm now considering reasons to migrate to something else, or not!
Beta Was this translation helpful? Give feedback.
All reactions