I'm the author of the django.tasks DEP, and maintainer of django-tasks. To better flesh out many of the APIs, I built an RQ backend, to allow the django.tasks interface to back on to an RQ based queue and executor.
Currently, this implementation is being maintained inside the django-tasks package. Is there appetite to adopt this backend into the django-rq package? That way it can be more easily adopted (and discovered) by existing RQ users, and better maintained by those who know the RQ internals better than I.
I'm the author of the
django.tasksDEP, and maintainer ofdjango-tasks. To better flesh out many of the APIs, I built an RQ backend, to allow thedjango.tasksinterface to back on to an RQ based queue and executor.Currently, this implementation is being maintained inside the
django-taskspackage. Is there appetite to adopt this backend into thedjango-rqpackage? That way it can be more easily adopted (and discovered) by existing RQ users, and better maintained by those who know the RQ internals better than I.