kue v0.11.6 Release Notes

Release Date: 2017-06-02 // almost 7 years ago
    • ๐Ÿ›  Fix a bug that might cause job to stuck in inactive state, #1060
    • โž• add id param validation in Job.get(), #990
    • ๐Ÿ‘ Allow override of promotion lockTtl, #1018
    • โž• Add support for querystring on redis URL, #1013
    • โž• Add delay to custom back off function, #984
    • โž• Add prefix as a parameter for kue-dashboard, #1028
    • ๐Ÿ‘ Allow exponential backoff to cap its delay at an specified maximum, #1029
    • ๐Ÿ“š Minor documentation updates