Update git submodules

* Update taskflow from branch 'master'
  to c56b292c9e9d99e729fdd92e0b0688518569fa87
  - Merge "Fix incorrect handling of storage exceptions"
  - Fix incorrect handling of storage exceptions
    
    Since [0] _save_flow_detail and _save_atom_detail use tenacious.retry,
    it means that they no longer raise StorageException but a
    tenacious.RetryError which is not caught by the callers.
    
    Some jobs may have been incorrectly consumed (instead of being
    rescheduled) when StorageException was raised.
    Now tenacious reraises only the last exception (StorageException), which
    is correctly handled.
    
    [0] Ic6b0a78d20124cc027468ecc6aeff189c25d1a8a
    
    Closes-Bug: #2037050
    Change-Id: I030dd8fc5b65833243cf0948af53dc1aeabf41d9
This commit is contained in:
Zuul 2024-01-12 10:19:19 +00:00 committed by Gerrit Code Review
parent 52799204a8
commit 8f2ae2013d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1c4af17623b4ba7d4be55346308d4ded046f2d30
Subproject commit c56b292c9e9d99e729fdd92e0b0688518569fa87