- Added a way for jobs to wait for latest result
job.latest_result(timeout=60)
. Thanks @ajnisbet! - Fixed an issue where
stopped_callback
is not respected when job is enqueued viaenqueue_many()
. Thanks @eswolinsky3241! worker-pool
no longer ignores--quiet
. Thanks @Mindiell!- Added compatibility with AWS Serverless Redis. Thanks @peter-gy!
worker-pool
now starts with scheduler. Thanks @chromium7!