We are jazzed to announce the release of: tooz 9.0.1 The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. 9.0.1 ^^^^^ Bug Fixes * Fixed a bug where blocking lock acquisition (e.g. "MemcachedLock.acquire()" with its default "blocking=True") was incorrectly treated as a 1-second timeout instead of "no limit", causing it to raise "tenacity.RetryError" after about a second instead of waiting for the lock to free up. Changes in tooz 9.0.0..9.0.1 ---------------------------- 100d17f retry: Don't treat bool as a numeric stop_max_delay 173183c zookeeper: Fix wrong member used by get_member_capabilities Diffstat (except docs and test files) ------------------------------------- ...retry-bool-stop-max-delay-3f8f7e0a9c1b4d2e.yaml | 8 +++ tooz/_retry.py | 4 +- tooz/drivers/zookeeper.py | 2 +- 4 files changed, 73 insertions(+), 2 deletions(-)
participants (1)
-
no-reply@openstack.org