-
Notifications
You must be signed in to change notification settings - Fork 135
fix(pb): implement events and commands for actor wfs #3543
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
base: 11-21-fix_make_all_uses_of_protocol_handle_v4_-_v3
Are you sure you want to change the base?
fix(pb): implement events and commands for actor wfs #3543
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
PR Review: Implement events and commands for actor workflowsI've reviewed this PR which implements MK2 protocol support for actor workflows. Here are my findings: Strengths
Issues & Concerns1. Channel abort TODO (actor_event_demuxer.rs:81) - HIGH PRIORITY 2. Metadata parsing (conn.rs:285-288, 299-303) - MEDIUM PRIORITY 3. Event deduplication (workflows/actor/mod.rs:466-477) 4. Runner state cleanup (workflows/actor/mod.rs:623-625) 5. Missing command ack tracking Security
Performance
Test CoverageConsider adding:
Recommendations
OverallSolid implementation with good architecture. Main concern is the task abort TODO. Recommendation: Approve with minor changes |

No description provided.