c32454213e
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
8 lines
244 B
YAML
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.
|
|
|