CronScheduler
now supports running periodic jobs based on cron string. Thanks @selwin!- Fixed an issue where
SpawnWorker
does not properly register successful job executions. Thanks @selwin! - Fixed an issue where
Worker
may fail to register custom job and queue classes. Thanks @armicron! - Added
result.worker_name
to easily trace whichWorker
generated the result. Thanks @selwin! - Dropped support for Redis server < 5. Thanks @selwin!