From 034912a0ac4e3587c94bfcad6f7ef9d9862ee5fb Mon Sep 17 00:00:00 2001 From: 0xgouda Date: Thu, 26 Mar 2026 13:11:16 +0200 Subject: [PATCH] [-] docs: fix duplicate timeout entry and update cron file reference --- docs/components.md | 1 - docs/database_schema.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/components.md b/docs/components.md index b3b2633b..485cad00 100644 --- a/docs/components.md +++ b/docs/components.md @@ -239,7 +239,6 @@ Once tasks have been arranged, they have to be scheduled as a **chain**. For thi | `self_destruct` | `boolean` | Self destruct the chain after successful execution. Failed chains will be executed according to the schedule one more time | | `exclusive_execution` | `boolean` | Specifies whether the chain should be executed exclusively while all other chains are paused | | `client_name` | `text` | Specifies which client should execute the chain. Set this to `NULL` to allow any client | -| `timeout` | `integer` | Abort a chain that takes more than the specified number of milliseconds | | `on_error` | — | Holds SQL to execute if an error occurs. If task produced an error is marked with `ignore_error` then nothing is done | !!! note diff --git a/docs/database_schema.md b/docs/database_schema.md index 7a0ee95f..66e14c15 100644 --- a/docs/database_schema.md +++ b/docs/database_schema.md @@ -17,7 +17,7 @@ ## Сron related functions ```sql ---8<-- "internal/pgengine/sql/cron_functions.sql" +--8<-- "internal/pgengine/sql/cron.sql" ``` ## ER-Diagram