blob: c67bc56c8613cdbb05922097749197af5e3e4a1f [file] [log] [blame]
<table class="configuration table table-bordered">
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 10%">Type</th>
<th class="text-left" style="width: 55%">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><h5>cleanup-strategy.fixed-delay.attempts</h5></td>
<td style="word-wrap: break-word;">infinite</td>
<td>Integer</td>
<td>The number of times that Flink retries the cleanup before giving up if <code class="highlighter-rouge">cleanup-strategy.type</code> has been set to <code class="highlighter-rouge">fixed-delay</code>. Reaching the configured limit means that the job artifacts (and the job's JobResultStore entry) might need to be cleaned up manually.</td>
</tr>
<tr>
<td><h5>cleanup-strategy.fixed-delay.delay</h5></td>
<td style="word-wrap: break-word;">1 min</td>
<td>Duration</td>
<td>Amount of time that Flink waits before re-triggering the cleanup after a failed attempt if the <code class="highlighter-rouge">cleanup-strategy.type</code> is set to <code class="highlighter-rouge">fixed-delay</code>. It can be specified using the following notation: "1 min", "20 s"</td>
</tr>
</tbody>
</table>