Files
beige/backend/app/workers/README.md
yangqianqian 6a2632da70 baseline: Clover 独立仓库首次基线提交
将 Clover 从上层产品包旧仓库中独立出来,建立专属版本控制。
当前状态=纵切片端到端已打通(登录→选品→出文出图→审核→下载包),
M1文案质量去套路化已验收。此提交作为后续按核销清单逐条修复的基线。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 11:30:22 +08:00

12 lines
567 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# app/workers/
Celery worker 占位:
- celery_app.py # Celery实例配置broker=Redis
- task_runner.py # 主任务只接收task_id → 查库→FERNET_KEY解密key → 调模型
# 铁律明文key绝不进Celery参数只在函数局部变量不落盘不打日志
- subtasks/
analyze.py # 分析标杆笔记8特征
generate_text.py # 文案双轨轨A一次5角度JSON/轨B跳过
generate_image.py # 并发生图asyncio.gatherA/B/C三策略
postprocess.py # 去水印后处理