test(memory): isolate slack action-runtime hotspot

This commit is contained in:
Vincent Koc
2026-03-24 10:51:15 -07:00
parent 548c2019f1
commit 3b03ff11fc

View File

@@ -101,6 +101,10 @@
{
"file": "extensions/telegram/src/webhook.test.ts",
"reason": "This Telegram webhook suite hoists grammY bot and InputFile mocks; keep it in its own forked channel lane so shared workers do not reuse telegram runtime modules with mismatched constructors."
},
{
"file": "extensions/slack/src/action-runtime.test.ts",
"reason": "This Slack action runtime suite measured ~766.2 MiB RSS growth locally; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file."
}
]
},