tripleo-heat-templates/releasenotes/notes/mistral_execs-5e1c363c92935...

13 lines
555 B
YAML

---
features:
- |
MistralEvaluationInterval is a new parameter that allow to configure
how often will the Mistral Executions be evaluated.
For example for value 120 the interval will be 2 hours (every 2 hours).
- |
MistralFinishedExecutionDuration is a new parameter that allow to configure
how Mistral will evaluate from which time remove executions in minutes.
For example when set to 60, remove all executions that finished a 60 minutes
ago or more.
Note that only final state execution will remove (SUCCESS/ERROR).