File: fix-endless-loop-on-storage-error-dd4467f0bbc66abf.yaml

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
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.