Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): transition daemon from queue to transaction based messaging #28983

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AgentEnder
Copy link
Member

Current Behavior

The daemon uses a serial queue to communicate with individual Nx processes. This can slow things down if things inside of a promise.all or similar method call the daemon multiple times, as all calls must wait for the prior call to finish before starting.

Expected Behavior

The daemon utilizes a transaction based message system, such that it can respond to a message which arrived later if its able to complete quicker

Related Issue(s)

Fixes #

Copy link

vercel bot commented Nov 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Nov 20, 2024 11:38pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant