Rpqueue

Latest version: v0.33.5

Safety actively analyzes 702161 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.30.5

[fixed] strange AttributeError on the threading.local object

0.30.4

[fixed] bugs related to executing inline tasks

0.30.3

[fixed] one line change because Josiah wasn't paying attention

0.30.2

[fixed] removed izip, fixed some utility functions, added no arguments test to
test / verify basic issue. Thanks to github user https://github.com/makov44
for the original bug report and PR.
[changed] can now set the default queue name for the whole rpqueue as an
attribute called `rpqueue.DEFAULT_QUEUE` - kind of undocumented for now

0.30.1

[fixed] docs website and link

0.30.0

[changed] Makefile pypi upload switched to using twine
[added] data queues separate from task queues, see help(rpqueue.Data) for help
[changed] docs will now live at Github on Github pages (and will automatically
update)
[added] visibility timeout to tasks (tasks can auto-retry, and self-spew into a
shared deadletter queue)
[added] docs and examples of using data queues, deadletter queues, and
visibility timeouts
[changed] docs are now alphabetically sorted
[fixed] you can now use any version of the Redis client, we auto-detect and use
the right syntax for commands (like setex, zadd, etc.)
[changed] new queue interfaces (data queues and visibility timeouts) use Redis
internal time to keep consistent
[changed] Redis with Lua support is a hard requirement now and going forward.
Data queues and visibility timeouts rely exclusively on them, and are
unusable without them. Stick with 0.27.1 if you don't want to use Lua.
[sponsored] the above changes to rpqueue were sponsored by hCaptcha.com, and
they received a perpetual Apache 2.0 license for their sponsorship.

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.