Skip to content

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
@nx-cloud
Copy link
Contributor

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.

@vercel
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
@nx-cloud
Copy link
Contributor

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

@github-actions github-actions bot added the stale label Jun 16, 2025
@FrozenPandaz FrozenPandaz added the priority: medium Medium Priority (not high, not low priority) label Jun 23, 2025
@github-actions github-actions bot removed the stale label Jun 24, 2025
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

priority: medium Medium Priority (not high, not low priority)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants