Search Criteria
Package Details: python-rq 2.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-rq.git (read-only, click to copy) |
|---|---|
| Package Base: | python-rq |
| Description: | Simple job queues for Python |
| Upstream URL: | https://github.com/rq/rq |
| Keywords: | python queue |
| Licenses: | BSD-2-Clause |
| Submitter: | J5lx |
| Maintainer: | wooptoo (Dominiquini) |
| Last Packager: | Dominiquini |
| Votes: | 4 |
| Popularity: | 0.000010 |
| First Submitted: | 2015-12-30 18:58 (UTC) |
| Last Updated: | 2026-06-20 03:34 (UTC) |
Dependencies (9)
Required by (8)
- litellm (optional)
- python-django-rq
- python-django-rq (make)
- python-litellm (optional)
- python-rq-dashboard
- python-rq-scheduler
- recon-ng
- recon-ng-git
Latest Comments
wooptoo commented on 2026-05-20 19:46 (UTC)
Sorted now, thanks @friedrichr
friedrichr commented on 2026-05-20 15:30 (UTC) (edited on 2026-05-20 15:31 (UTC) by friedrichr)
This is about a usage of
python-rqtogether withredis(AUR package) andpython-redis(standard Arch Linux package) forpython-django-rq(AUR) in a Django project.After having prepared the Arch package file for
python-rqby$ makepkg, I finally did with all four packages installed in my Django site:This presented me with, in essence:
After having installed
croniterusing the AUR,python manage.py rqworkernow does its job flawlessly.I've grepped the files of
python-redis,python-rqandpython-django-rqfor the wordcroniterand found it to be used only inpython-rq(to be precise, insite-packages/rq/cron.py).So I think it should be added to the
dependsarray in thePKGBUILDfile.Best, Friedrich
Kr1ss commented on 2021-10-02 20:46 (UTC)
Done. Thanks !
lmartinez-mirror commented on 2021-10-02 20:40 (UTC)
This package is missing
python-setuptoolsin its makedepends; please add it. Thanks!Kr1ss commented on 2021-09-09 16:19 (UTC) (edited on 2021-09-09 16:27 (UTC) by Kr1ss)
Hey @djanos, thx for having taken care of the package !
I'm wondering if you're still interested in maintaining this. 1.10.0 has been released in the mean time, and an update would be greatly appreciated.
Cheers !
EDIT/ Thank you for the quick response !! :)