Add cell-aware video processor contracts - #2793
Closed
hansent wants to merge 4 commits into
Closed
Conversation
hansent
force-pushed
the
hansent/video-multicell-processor
branch
from
August 13, 2026 20:03
1d9fe3d to
208de15
Compare
Collaborator
Author
|
Closing: this was stacked on the obsolete #2616 POC branch, and the processor files it modified were since rewritten in #2800 and extracted to https://github.com/roboflow/rf-video-processor. The multi-cell contracts (cell identity, wrong-cell claim rejection, explicit remoteExecution, generation fencing) will be reimplemented against the extracted runtime and the merged roboflow#14376 control plane; the design source of truth is docs/MULTI_CELL_SCALING_RFC.md in that repo. Useful test ideas from this branch will be carried over during that reimplementation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacks on #2616 and adds the Phase-1 processor safety seam for multi-cell Video Sources plus an offline, deterministic two-cell staging validation harness.
VIDEO_PROC_CELLidentity once per worker;remoteExecution=true;HANDOFF.mdand the multi-cell RFC to reflect what is implemented versus still undeployed.The harness is staging/render-only. It does not access Kubernetes, credentials, DNS, or the live capacity-test connector source.
Compatibility and dependencies
hansent/video-poc).Validation
pytest -q tests/development/video_poc— 217 passedPYTHONPATH=. pytest -q development/video_poc/processor/test_*.py— 18 passedgit diff --checkWhole-file Black checks for three touched POC files fail identically on the parent branch; this PR avoids unrelated formatter churn.
Deployment safety
Draft only. No staging or production deployment is included. Any staged failure injection, benchmark Jobs, or cell rollout requires a separate owner approval checkpoint.