Skip to content

orca 3.4.24

Compare
Choose a tag to compare
@cfieber cfieber released this 23 Aug 00:13
· 2688 commits to master since this release
fix(clouddriver): support retries from multiple MonitorKatoTasks in a…

… stage.

Outputs a sentinel value after successfully retrieving the task info from clouddriver so that a subsequent instance
of MonitorKatoTask in the same stage doesn't inherit the state tracking from the original MonitorKatoTask.

Sentinal value because you can't delete things from the stage context via task results due to use of ImmutableMap.