summaryrefslogtreecommitdiff
path: root/oslo_db/api.py
Commit message (Expand)AuthorAgeFilesLines
* Drop use of sixStephen Finucane2020-02-251-2/+2
* Improve exponential backoff for wrap_db_retryYikun Jiang2018-04-131-7/+34
* Remove kwarg retry_on_request in wrap_db_retrychenghuiyu2017-10-271-4/+1
* Remove log translationschenlx2017-03-301-2/+1
* api: use sane default in wrap_db_retry()Julien Danjou2016-06-291-12/+10
* api: do not log a traceback if error is not expectedJulien Danjou2016-06-011-2/+4
* api: always enable retry_on_requestJulien Danjou2016-05-171-5/+5
* Clarify the types for retry_interval args of wrap_db_retryHenry Gessau2016-02-181-3/+4
* Don't log non-db error in retry wrapperMatt Riedemann2016-01-131-5/+0
* Don't trace DB errors when we're retryingMatt Riedemann2015-12-081-1/+6
* Add debug logging for DB retry attempt.Eugene Nikanorov2015-10-121-0/+3
* Allow additional exceptions in wrap_db_retryKevin Benton2015-06-251-18/+30
* Avoid excessing logging of RetryRequest exceptionEugene Nikanorov2015-03-171-1/+5
* Make DBAPI class work with mocks correctly1.5.0Roman Podoliaka2015-02-251-7/+8
* Add retry decorator allowing to retry DB operations on requestEugene Nikanorov2015-01-301-4/+24
* Merge "Retry query if db deadlock error is received"Jenkins2015-01-271-13/+33
|\
| * Retry query if db deadlock error is receivedrossella2015-01-141-13/+33
* | Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
|/
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+229