[PR #4064] Reduce the number of channels created for each node by 50% #3627

Closed
opened 2026-02-20 17:48:54 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4064

State: closed
Merged: Yes


  • Used to be 2 channels per node, it is now one per node, which is the minimum
  • Now both hard edges, conditional edges, entrypoint and conditional entrypoint all use the same channel to trigger a node
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4064 **State:** closed **Merged:** Yes --- - Used to be 2 channels per node, it is now one per node, which is the minimum - Now both hard edges, conditional edges, entrypoint and conditional entrypoint all use the same channel to trigger a node
yindo added the pull-request label 2026-02-20 17:48:54 -05:00
yindo closed this issue 2026-02-20 17:48:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3627