Unreleased Release Notes

5.9.0

New Features

  • Added an Etcd-based backend for jobboard. This backend is similar to the Redis backend, it requires that the consumer extends the expiry of the job that is being running.

5.8.0

Deprecation Notes

  • The process_executor module has been deprecated, starting with Python 3.12. It is still available in older versions of Python. There is no replacement for it.

5.7.0

Bug Fixes

  • Redis job board driver no longer uses username and password for its connections to Redis Sentinel, to restore the previous behavior which was already used by some deployment tools. Add credential to sentinel_kwargs to enable authentication for Redis Sentinel.