981052a6cb
If the storage is down (for instance sqlalchemy), the logbook cannot be loaded, then taskflow goes into a endless loop of exceptions. To mitigate this issue, use the retry feature of tenacity, the backtrace will be displayed only every 5 seconds Partial-Bug: #2037050 Change-Id: I656abdf7325c46d3afb2cc7ca905f1a335fb0d2f
6 lines
123 B
YAML
6 lines
123 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed potential endless loop of exceptions when the storage is down and
|
|
Taskflow loads a logbook.
|