Skip to content

Releases: rq/rq-scheduler

v0.13

25 Feb 10:47
Compare
Choose a tag to compare
  • 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!