rq v1.4.0 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
    • ๐Ÿ‘ Custom serializer is now supported. Thanks @solababs!
    • ๐Ÿ‘ท delay() now accepts job_id argument. Thanks @grayshirt!
    • ๐Ÿ›  Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48!
    • โฑ When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar!
    • โž• Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa!
    • ๐Ÿ‘ท Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin!