- Failure callbacks are now properly called when job is run synchronously. Thanks @ericman93!
- Fixes a bug that could cause job keys to be left over when
result_ttl=0
. Thanks @selwin! - Allow
ssl_cert_reqs
argument to be passed to Redis. Thanks @mgcdanny! - Better compatibility with Python 3.10. Thanks @rpkak!
job.cancel()
should also remove itself from registries. Thanks @joshcoden!- Pubsub threads are now launched in
daemon
mode. Thanks @mik3y!