Rpqueue

Latest version: v0.33.5

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

Scan your dependencies

Page 2 of 6

0.32.1

[added] the ability to add items to data queues in the future; see:
`Data.put_data(..., delay=...)`. Works similarly to how delayed tasks
work.

0.32.0

[added] the ability for callers to call stubs instead of needing to have all of
your task / caller code in the same repository. See:
`rpqueue.call_task(name, None or override_queue, *args, **kw)` and
`rpqueue.known_tasks[name].execute(*args, **kwargs)`

0.31.2

[fixed] the in some cases, rpqueue could return 'done' for a task status when it
was actually 'started'. Thanks to github user https://github.com/posix4e for
the bug report. Also noticed that there is an 'unknown' case where we can be
in one of 2 states, but we'll go ahead and call that 'done' as well.

0.31.1

[fixed] periodic tasks should now work. Sorry about that :/

0.31.0

[fixed] issues with cron tasks and periodic tasks, releasing 0.31.0 because
0.30.* is apparently cursed

0.30.6

[fixed] issue with redis-py <2.* connections

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.