mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Clarify tags preventing execution pruning (#3871)
Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
This commit is contained in:
@@ -67,7 +67,7 @@ n8n prunes executions when **either** of the following condition occur:
|
||||
Keep in mind:
|
||||
|
||||
- Executions with the `new`, `running`, or `waiting` status aren't eligible for pruning.
|
||||
- Annotated executions are permanently exempt from pruning.
|
||||
- Annotated executions (for example, executions with tags or ratings) are never pruned.
|
||||
- Pruning honors a safety buffer period of `EXECUTIONS_DATA_HARD_DELETE_BUFFER` hours (default: 1h), to ensure recent data remains available while the user is building or debugging a workflow.
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user