Skip to content

@execbox/worker@0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:32
· 13 commits to main since this release
5393483

Patch Changes

  • bba12f2: Improve pooled executor warmup so prewarm() runs a real no-op QuickJS session inside each warmed shell before it is returned to the pool. This reduces first-request startup work for warmed worker and process executors.

    WorkerExecutor now also uses a CPU-aware default pooled maxSize, capped at 4, instead of always defaulting to a single worker shell.