rq v1.3.0 Release Notes

Release Date: 2020-03-09 // about 4 years ago
    • ๐Ÿ‘Œ Support for infinite job timeout. Thanks @theY4Kman!
    • Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles!
    • ๐Ÿ›  Fixes an issue that may cause zombie processes. Thanks @wevsty!
    • ๐Ÿ‘ท job_id is now passed to logger during failed jobs. Thanks @smaccona!
    • queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks @selwin!