Rq Scheduler Versions Save

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)

v0.13

1 year ago
  • Minimum supported Python version is now 3.6. Thanks @ronlut!
  • Support for RQ 0.13. Thanks @ronlut!
  • Added at_front parameter to enqueue_at(). Thanks @gabriels1234!
  • Added support for on_success and on_failure handler to enqueue_* methods. Thanks @andy-takker!
  • Replace croniter with crontab package. Thanks @zentist!
  • Added result_ttl and ttl arguments to cron() method. Thanks @marcelblijleven!