feat: integrate codex queue and pipeline oa flow
- add Codex Queue microservice/frontend integration and related deployment docs - document 100% Pipeline OA event-flow requirements and E2E gates - harden Pipeline frontend Gantt/timeline E2E assertions and rendering
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
- Task commands are delivered over WebSocket and never contain large file content
|
||||
- All state changes are reported to the main server in real time by Provider Gateway
|
||||
- The main server writes state updates to PostgreSQL, completing the unified closed loop
|
||||
- Pipeline workflow control follows the OA event-flow model: OA is the only control bus, factual node events remain policy-neutral, and runner/monitor/frontend/CLI actions are represented as OA events; detailed constraints live in `docs/reference/pipeline-oa-event-flow.md`
|
||||
- Critical Task Deployment Principles
|
||||
- Single-point components such as the database, core scheduler logic, and API gateway are deployed on the main server
|
||||
- The high-availability environment of the main server ensures the critical scheduling path never breaks
|
||||
|
||||
Reference in New Issue
Block a user