Known Limitations#
Component#
The sandbox parameters
max_memory_usageandmax_cpu_usageare currently not supported and are ignored.For ReadyCondition
process_state:Terminated, the mapping is only supported for Components that have at least one Component depending on it.The
ready_recovery_actiononly supports the RecoveryAction of typerestart. The parameterdelay_before_restartis currently not supported and is ignored. Setting it to a non-zero value will have no effect and the component will be restarted immediately.The
recovery_actiononly supportsswitch_run_targetwith therun_targetset tofallback_run_target.The
ready_timeoutis used as the timeout until process state Running is reached, even in case the ReadyCondition isprocess_state:Terminated.The parameter
deployment_config/working_diris currently not supported and is ignored.
Run target#
The initial Run Target must be named
Startupand theinitial_run_targetmust be configured toStartup.The parameter
run_targets/<RunTarget>/transition_timeoutis currently not supported and is ignored.The
recovery_actiononly supportsswitch_run_targetwith therun_targetset tofallback_run_target.