Skip to content

Commit 57eafe2

Browse files
committed
1 parent 0fdeb09 commit 57eafe2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/ws-worker/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# ws-worker
22

3-
## 1.14.6
3+
## 1.15.0
4+
5+
Move expression compilation down into the run thread, isolating its memory from the main worker thread. This should work around a memory leak in long-running workers and improve the robustness of the worker generally.
6+
7+
Note that workflows with large expressions and low run memory limits may be OOM killed as a result of these changes,
48

59
### Patch Changes
610

packages/ws-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/ws-worker",
3-
"version": "1.14.6",
3+
"version": "1.15.0",
44
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)