rq v0.9.0 Release Notes

Release Date: 2017-11-01 // over 6 years ago
    • Worker statistics! Worker now keeps track of last_heartbeat, successful_job_count, failed_job_count and total_working_time. Thanks @selwin!
    • ๐Ÿ‘ท Worker now sends heartbeat during suspension check. Thanks @theodesp!
    • โž• Added queue.delete() method to delete Queue objects entirely from Redis. Thanks @theodesp!
    • ๐Ÿ‘ป More robust exception string decoding. Thanks @stylight!
    • โž• Added --logging-level option to command line scripts. Thanks @jiajunhuang!
    • โž• Added millisecond precision to job timestamps. Thanks @samuelcolvin!
    • ๐Ÿ‘ Python 2.6 is no longer supported. Thanks @samuelcolvin!