rq v0.10.0 Release Notes

Release Date: 2018-01-02 // over 6 years ago
    • @job decorator now accepts description, meta, at_front and depends_on kwargs. Thanks @jlucas91 and @nlyubchich!
    • โž• Added the capability to fetch workers by queue using Worker.all(queue=queue) and Worker.count(queue=queue).
    • ๐Ÿ‘Œ Improved RQ's default logging configuration. Thanks @samuelcolvin!
    • ๐Ÿ‘ท job.data and job.exc_info are now stored in compressed format in Redis.