taskflow/releasenotes/notes/fix-endless-loop-on-storage-failures-b98b30f0c34d25e1.yaml
Gregory Thiemonge 981052a6cb Avoid endless backtraces on StorageFailure
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
2023-09-22 08:26:09 -04:00

6 lines
123 B
YAML

---
fixes:
- |
Fixed potential endless loop of exceptions when the storage is down and
Taskflow loads a logbook.