File: fix-storage-failure-handling-5c115d92daa0eb82.yaml

package info (click to toggle)
python-taskflow 6.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,540 kB
  • sloc: python: 27,557; sh: 269; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
fixes:
  - |
    Fixed an issue with the handling of exceptions when running a flow, some
    jobs may have been incorrectly consumed (and not rescheduled) during
    outages.