rq v1.4.3 Release Notes

Release Date: 2020-06-28 // almost 4 years ago
    • Added job.get_position() and queue.get_job_position(). Thanks @aparcar!
    • 👷 Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin!
    • 👷 Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn!
    • 👷 job.requeue() now returns the modified job. Thanks @ericatkin!