Skip to content

v0.13

Latest
Compare
Choose a tag to compare
@selwin selwin released this 25 Feb 10:47
· 4 commits to master since this release
  • 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!