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