Skip to content

Commit

Permalink
feat: check the hosts in the collections during deployment iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Aug 1, 2024
1 parent f4eebe2 commit 8f07d2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdp/core/deployment/deployment_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def __next__(

operation_rec.state = OperationStateEnum.RUNNING

self._collections.check_collections_hosts()

return operation_rec, partial(self._process_operation_fn, operation_rec)
# StopIteration is a "normal" exception raised when the iteration has stopped
except StopIteration as e:
Expand Down

0 comments on commit 8f07d2d

Please sign in to comment.