feat(collections): pf-4401 worker threads - #276
Merged
Conversation
cdcabrera
marked this pull request as draft
August 11, 2026 23:55
cdcabrera
force-pushed
the
pf-4401-worker
branch
2 times, most recently
from
August 12, 2026 15:37
a90ca82 to
7795193
Compare
cdcabrera
marked this pull request as ready for review
August 12, 2026 21:17
cdcabrera
force-pushed
the
pf-4401-worker
branch
from
August 12, 2026 21:20
98db6ed to
77b1094
Compare
* collections, apply proxy for heavy tasks via workers * server.workerPool, pooled worker threads, queue cap, shutdown * server.workerRunner, module exec with AsyncLocalStorage isolation, parentPort keep-alive * server.workerEntry, dedicated worker entry for spawn/import resolution * server, wire worker pool into request flow used by collections * tools, new dedicated export for user facing tools, avoid worker conflicts * docs, public API/deprecations, example import paths for dedicated user facing tools * tests, add coverage for worker pool/runner and refresh snapshots * jest.setupTests, worker mock, include setup, env updates * package, add #workerEntry import alias for worker script, export for user facing tools
cdcabrera
force-pushed
the
pf-4401-worker
branch
from
August 12, 2026 21:34
77b1094 to
d7a3ae9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is it?
Notes
3.0.0Updates issue/story
related to #272 #241 #242 and pf-4401 pf-4402
supersedes #273