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 2 commits 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 #

@AgentEnder AgentEnder requested review from a team, FrozenPandaz and vsavkin as code owners November 18, 2024 23:05
Copy link

nx-cloud bot commented Nov 18, 2024

Your CI Pipeline Execution ↗ for commit 87a0bac ⏳ is in progress.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ❌ Failed 1h, 12m, 48s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m, 1s View ↗
nx-cloud record -- nx format:check --base=36eaa... ✅ Succeeded 28s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 0s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 26s View ↗
nx documentation --no-dte ✅ Succeeded 1m, 2s View ↗

Last updated at 2024-12-12 18:47:18UTC

Sent with 💌 from NxCloud.

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 Dec 17, 2024 3:13pm

@AgentEnder AgentEnder force-pushed the daemon-parallel-processing branch from 87a0bac to 7eecf06 Compare December 17, 2024 15:03
Copy link

nx-cloud bot commented Dec 17, 2024

Your CI Pipeline Execution ↗ for commit 7eecf06 has failed ❌

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ❌ Failed 1h 12m 14s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 4s View ↗
nx-cloud record -- nx format:check --base=ee4de... ✅ Succeeded 23s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded <1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 22s View ↗
nx documentation --no-dte ✅ Succeeded 1m 8s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-17 16:21:34 UTC

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