You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using library a lot and was a bit concerned that it hasn't been updated in over a year. Therefore, I have created a fork in which I have merged a few of the current open PRs. I have also pushed a few patches myself.
The new repo/package: https://github.com/GDay/django-q2.
It's compatible with django-q, you don't need to change any code to make this work. Just swap the libraries.
What I have done so far:
Updated all dependencies. Dropped support for Django 2.2 (it should still work though) and added support for the newer Python versions and Django 4.1.x.
Removed Disque as it's outdated and now part of Redis as a submodule instead.
I have removed the Arrow, Redis and Blessed dependency. It currently only needs django and django-picklefield to work.
If you need the monitor commands, then you will need to install Blessed as well.
There are a few more bugs that I have encountered with Django Q that I am going to solve over the next few days and I plan to keep the Q2 library up to date for the foreseeable future. I am also open to adding a few collaborators to make sure the project stays alive.
Also, it looks like Ilan (the author of this project) has replied a few times in this thread: #664. If this project does indeed get brought back to life in the near future (with more maintainers), then I am happy to archive my repo and create PRs for the changes that I have made myself back to this project.
Let me know if there are any questions.
The text was updated successfully, but these errors were encountered:
@jimjag thanks! I have just added you as a collaborator. It might be better to move my repo to an organization to get some more fine-grained permission levels.
I have been using library a lot and was a bit concerned that it hasn't been updated in over a year. Therefore, I have created a fork in which I have merged a few of the current open PRs. I have also pushed a few patches myself.
The new repo/package: https://github.com/GDay/django-q2.
It's compatible with
django-q
, you don't need to change any code to make this work. Just swap the libraries.What I have done so far:
Arrow
,Redis
andBlessed
dependency. It currently only needsdjango
anddjango-picklefield
to work.Blessed
as well.And perhaps a few more things that I forgot.
There are a few more bugs that I have encountered with
Django Q
that I am going to solve over the next few days and I plan to keep the Q2 library up to date for the foreseeable future. I am also open to adding a few collaborators to make sure the project stays alive.Also, it looks like Ilan (the author of this project) has replied a few times in this thread: #664. If this project does indeed get brought back to life in the near future (with more maintainers), then I am happy to archive my repo and create PRs for the changes that I have made myself back to this project.
Let me know if there are any questions.
The text was updated successfully, but these errors were encountered: