mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
chore(producer): drop internal plan-doc refs from source + docs (#903)
The producer source + docs referenced an internal coordination doc (DISTRIBUTED-RENDERING-PLAN.md) that doesn't ship in the OSS repo, leaving broken cross-links for adopters. Drops the references and the bare section-number shorthand that depended on them; behavioural content (hash contract, retry semantics, threshold rationale) is preserved inline where it was previously offloaded to a section number.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* `@hyperframes/producer/distributed` — the distributed render primitives.
|
||||
*
|
||||
* See `DISTRIBUTED-RENDERING-PLAN.md` for the full architecture. The three
|
||||
* activities (`plan` → `renderChunk` × N → `assemble`) are pure functions
|
||||
* over local file paths; networking + orchestration live in adapters.
|
||||
* The three activities (`plan` → `renderChunk` × N → `assemble`) are pure
|
||||
* functions over local file paths; networking + orchestration live in
|
||||
* adapters.
|
||||
*
|
||||
* Adopters (AWS Lambda, Cloud Run Jobs, Temporal, K8s Jobs, plain SSH):
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user