This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 986d06d2cd7046afbbb3311ccc5eddf5f6792606
Author: Piotr Nowojski <piotr.nowoj...@gmail.com>
AuthorDate: Tue Mar 19 14:50:34 2024 +0100

    [FLINK-20217][docs] Regenerate docs
---
 docs/layouts/shortcodes/generated/checkpointing_configuration.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/layouts/shortcodes/generated/checkpointing_configuration.html 
b/docs/layouts/shortcodes/generated/checkpointing_configuration.html
index 9ac83a19432..9663e31b325 100644
--- a/docs/layouts/shortcodes/generated/checkpointing_configuration.html
+++ b/docs/layouts/shortcodes/generated/checkpointing_configuration.html
@@ -86,6 +86,12 @@
             <td>Boolean</td>
             <td>Forces unaligned checkpoints, particularly allowing them for 
iterative jobs.</td>
         </tr>
+        <tr>
+            
<td><h5>execution.checkpointing.unaligned.interruptible-timers.enabled</h5></td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>Boolean</td>
+            <td>Allows unaligned checkpoints to skip timers that are currently 
being fired.</td>
+        </tr>
         <tr>
             
<td><h5>execution.checkpointing.unaligned.max-subtasks-per-channel-state-file</h5></td>
             <td style="word-wrap: break-word;">5</td>

Reply via email to