fix(frame_processor): force text mode for sourceless graphs#740
Conversation
When a graph has no source nodes, force input_mode to text so pipeline processors do not wait forever for video frames that can never arrive. This fixes Workflow Builder + Cloud with no Source node. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Rafał Leszko <[email protected]>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 fal.ai Preview Deployment
TestingConnect to this preview deployment by running this on your branch: 🧪 E2E tests will run automatically against this deployment. |
✅ E2E Tests passed
Test ArtifactsCheck the workflow run for screenshots. |
When a graph has no source nodes, force input_mode to text so pipeline processors do not wait forever for video frames that can never arrive. This fixes Workflow Builder + Cloud with no Source node.