Skip to content

Commit

Permalink
Merge branch 'tickets/DM-46520'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Sep 26, 2024
2 parents 2519bff + 71fd1d4 commit d8416c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/activator/middleware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,8 @@ def _get_graph_executor(self, butler, factory):
quantum_executor = SingleQuantumExecutor(
butler,
factory,
assumeNoExistingOutputs=True, # Outputs cleared out on success *or* failure
raise_on_partial_outputs=True, # Only way to detect that partial outputs happened
)
graph_executor = MPGraphExecutor(
# TODO: re-enable parallel execution once we can log as desired with CliLog or a successor
Expand Down

0 comments on commit d8416c2

Please sign in to comment.