taskflow/releasenotes/notes/fix-endless-loop-on-storage-error-dd4467f0bbc66abf.yaml
Ann Taraday c32454213e Avoid endless loop on StorageFailure
If an error occures with writing atom detail in database(
persistence backend) flow execution enters an endless loop
throwing errors and retrying to save details.

Avoid this situation and log exception message.

Change-Id: Ic6b0a78d20124cc027468ecc6aeff189c25d1a8a
Closes-bug: 1889773
2020-08-24 13:16:54 +00:00

8 lines
244 B
YAML

---
fixes:
- |
Limit retries for storage failures on saving flow/task state in the storage.
Previously on StorageFailure exception may cause an endless loop during
execution of flows throwing errors and retrying to save details.