Skip to content

Commit 651ad18

Browse files
authored
[-] docs: fix duplicate timeout entry and update cron file reference (#761)
1 parent e818afa commit 651ad18

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ Once tasks have been arranged, they have to be scheduled as a **chain**. For thi
239239
| `self_destruct` | `boolean` | Self destruct the chain after successful execution. Failed chains will be executed according to the schedule one more time |
240240
| `exclusive_execution` | `boolean` | Specifies whether the chain should be executed exclusively while all other chains are paused |
241241
| `client_name` | `text` | Specifies which client should execute the chain. Set this to `NULL` to allow any client |
242-
| `timeout` | `integer` | Abort a chain that takes more than the specified number of milliseconds |
243242
| `on_error` || Holds SQL to execute if an error occurs. If task produced an error is marked with `ignore_error` then nothing is done |
244243

245244
!!! note

docs/database_schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## Сron related functions
1818

1919
```sql
20-
--8<-- "internal/pgengine/sql/cron_functions.sql"
20+
--8<-- "internal/pgengine/sql/cron.sql"
2121
```
2222

2323
## ER-Diagram

0 commit comments

Comments
 (0)