release notes: mention changes in wrap_db_retry()
Just in case mention the changes done in CR #318135, so that people are aware of those (although, we've double checked everyone passes the argument value explicitly now and that's the only reason the decorator actually performs any retries in downstreams). Change-Id: I263b2078535a3f06461e8905003b484a38d05f08
This commit is contained in:
parent
1d7e7e453b
commit
4e4ec2d8bd
6
releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml
Normal file
6
releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- Decorator ``oslo_db.api.wrap_db_retry`` now defaults to 10 retries.
|
||||
Previously the number of attempts was 0, and users had to explicitly
|
||||
pass ``max_retry_interval`` value greater than 0 to actually enable
|
||||
retries on errors.
|
Loading…
Reference in New Issue
Block a user