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

fix(algo): only return channels which actually triggered the task #324

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

dqbd
Copy link
Contributor

@dqbd dqbd commented Aug 16, 2024

Fixes # (issue)

@@ -421,7 +423,7 @@ export function _prepareNextTasks<
const metadata = {
langgraph_step: extra.step,
langgraph_node: name,
langgraph_triggers: proc.triggers,
langgraph_triggers: updatedChannels,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha good fix

@dqbd dqbd merged commit 4655641 into dqbd/debug-checkpoint-events Aug 16, 2024
9 checks passed
@dqbd dqbd deleted the dqbd/algo-task-triggers branch August 16, 2024 22:23
jacoblee93 pushed a commit that referenced this pull request Aug 21, 2024
* feat(debug): add checkpoint debug events

* fix(algo): only return channels which actually triggered the task (#324)

* Match checkpoint events with Python

* Revert triggers PR
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.

2 participants