Skip to content

Commit 147db5a

Browse files
committed
Add doc for the new application config
1 parent a8d36d1 commit 147db5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/layouts/shortcodes/generated/deployment_configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<td>Boolean</td>
5757
<td>If a failed job should be submitted (in the application mode) when there is an error in the application driver before an actual job submission. This is intended for providing a clean way of reporting failures back to the user and is especially useful in combination with 'execution.shutdown-on-application-finish'. This option only works when the single job submission is enforced ('high-availability.type' is enabled). Please note that this is an experimental option and may be changed in the future.</td>
5858
</tr>
59+
<tr>
60+
<td><h5>execution.terminate-application-on-any-job-terminated-exceptionally</h5></td>
61+
<td style="word-wrap: break-word;">false</td>
62+
<td>Boolean</td>
63+
<td>When it is set to true, the application will complete exceptionally if any job fails or is canceled. When it is set to false, the application will finish after all jobs reach terminal states.</td>
64+
</tr>
5965
<tr>
6066
<td><h5>execution.target</h5></td>
6167
<td style="word-wrap: break-word;">(none)</td>

0 commit comments

Comments
 (0)