Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/database_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Сron related functions

```sql
--8<-- "internal/pgengine/sql/cron_functions.sql"
--8<-- "internal/pgengine/sql/cron.sql"
```

## ER-Diagram
Expand Down
Loading