n8n/packages
कारतोफ्फेलस्क्रिप्ट™ c4df2049a8
fix: Stop OOM crashes in Execution Data pruning (#5095)
* fix: Stop OOM crashed in Execution Data pruning

Currently while pruning execution data, we are loading all the data in memory. For instances where there are thousands of executions, this causes the container to run out of memory.
Since ids is all we need, we should only query for ids.

* query for Executions only when ids are actually needed for pruning binary data

in default mode the binary data is in the database, and will get pruned along with the executions.
2023-01-06 11:42:58 +01:00
..
@n8n_io/eslint-config feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
cli fix: Stop OOM crashes in Execution Data pruning (#5095) 2023-01-06 11:42:58 +01:00
core 🔖 Release n8n-core@0.150.0 2023-01-05 13:18:08 +00:00
design-system 🔖 Release n8n-design-system@0.50.1 2023-01-05 17:17:56 +00:00
editor-ui feat(editor): Introduce proxy completions to expressions (#5075) 2023-01-06 10:07:36 +01:00
node-dev 🔖 Release n8n-node-dev@0.89.0 2023-01-05 13:18:18 +00:00
nodes-base fix(Google Sheets Node): Fix for auto-range detection 2023-01-06 00:25:28 +02:00
workflow feat(editor): Introduce proxy completions to expressions (#5075) 2023-01-06 10:07:36 +01:00