Package Details: python-rq 2.10-1

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)

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-rq together with redis (AUR package) and python-redis (standard Arch Linux package) for python-django-rq (AUR) in a Django project.

After having prepared the Arch package file for python-rq by $ makepkg, I finally did with all four packages installed in my Django site:

$ python manage.py rqworker

This presented me with, in essence:

No module named 'croniter'

After having installed croniter using the AUR, python manage.py rqworker now does its job flawlessly.

I've grepped the files of python-redis, python-rq and python-django-rq for the word croniter and found it to be used only in python-rq (to be precise, in site-packages/rq/cron.py).

So I think it should be added to the depends array in the PKGBUILD file.

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-setuptools in 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 !! :)