rq v1.7.0 Release Notes
Release Date: 2020-11-29 // over 4 years ago-
- ➕ Added
job.worker_name
attribute that tells you which worker is executing a job. Thanks @selwin! - Added
send_stop_job_command()
that tells a worker to stop executing a job. Thanks @selwin! - ➕ Added
JSONSerializer
as an alternative to the defaultpickle
based serializer. Thanks @JackBoreczky! - 🛠 Fixes
RQScheduler
running on Redis withssl=True
. Thanks @BobReid!
- ➕ Added
Previous changes from v1.6.1
-
- 🚀 Worker now properly releases scheduler lock when run in burst mode. Thanks @selwin!