Skip to content

Commit

Permalink
Add explanation to big messages protection (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben8t authored Nov 14, 2024
1 parent 714b190 commit 0720bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Note: this is an experimental feature available starting with Kestra 0.19.

The database backend has no limit on the size of messages it can handle. However, as messages are loaded into memory, this can endanger Kestra itself and push pressure on memory usage.

To prevent that, you can configure a functionality that will refuse to store too big messages and fail the execution instead.
To prevent that, you can configure a functionality that will refuse to store too big messages in the execution context (for example data stored in `outputs` property) and fail the execution instead.

The following configuration will refuse messages that exceed 1MiB by failing the execution.

Expand Down Expand Up @@ -2010,4 +2010,4 @@ kestra:
color: var(--white-always);
}
</style>
```
```

0 comments on commit 0720bf3

Please sign in to comment.