Files
slide/decks/gen2D/pages/async-task.md
T
wonder 19075592e5
Deploy Slides / build-and-deploy (push) Successful in 1m16s
fix: trim gen2D slide content to prevent overflow beyond header/footer
- Reduce Item count per slide: pipeline 4→3, solution 4→2, highlights 6→4
- Remove tech-stack architecture layering Item (moved to tech-stack grid)
- Simplify eino-graph: shorter Go code, 3 Items→2
- Simplify prompt-agent: smaller mermaid, shorter Item text
- Simplify async-task: merge 3 Items→2, remove footer
- Simplify data-model: merge 4 grid items→2
- Simplify architecture: reduce ASCII diagram from 38 to 20 lines
- Simplify dedup-ws: remove JSON code block, shorter Items
- Simplify deployment: smaller mermaid, shorter Items
- Simplify problem: shorter Item text, remove bullet lists
- Simplify style-system: fix typo, shorter Item text
2026-05-30 14:43:23 +08:00

681 B
Raw Blame History

异步任务模型

提交即返回,后台并发执行

  1. 提交请求 → 创建 Task(running)→ 立即返回 taskId
  2. 前端轮询 / WebSocket 获取进度
  3. 后台 goroutine 执行管线,完成后上传素材
阶段 进度 说明
PromptOptimizer 5→25% 风格合并 + LLM 优化
AssetGenerator 25→60% 调用文生图 API
QualitySupervisor 60→80% 视觉模型质检
FormatAdapter 80→100% 格式组装 + 上传

质检重试最多 3 次,任务级重试 1 次,超限降级输出。