CronJobnow keeps a history of jobs it created, accessible viacron_job.get_job_ids(). Thanks @selwin!RQSchedulernow acquire and refresh locks before enqueueing. Thanks @selwin!- Each
CronJobnow has aname. Thanks @selwin! rq worker-poolnow supports custom exception handlers. Thanks @njits030!rq worker-poolnow honors theDICT_CONFIGlogging setting from config files. Thanks @razchiriac!Executionnow stores the name of the worker running it. Thanks @selwin!- Fixed an issue where calling
create_cron()multiple times creates duplicate jobs. Thanks @selwin! - Fixed
SpawnWorkercompatibility withredis-py>= 8.1. Thanks @b3n4kh! - Worker log messages now include the worker name and job ID. Thanks @selwin!