Azmat@qq.com
|
245525ec53
|
解决极速成片问题
|
2026-08-26 09:19:53 +08:00 |
|
 zycandClaude Opus 4.8
|
fe38d3a512
|
fix(k8s): worker 内存 limit 768Mi→2Gi 防 OOMKilled 反复掐生成
出图任务在 worker 内把成品图/视频整张下载进内存再上传 TOS,叠
concurrency=4 峰值大,768Mi 会 OOMKilled(Exit 137)→ worker 反复
重启 → 生成入口 ping 不到 worker 报 503。request 同步 256Mi→512Mi。
纯 K8s 配额,不动镜像/代码。节点 16Gi 仅 16% 预留,余量充足。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-18 09:41:53 +08:00 |
|
 seaislee1209andClaude Opus 4.8
|
03e7949307
|
feat(core): 模型选择框换 restraint chip 下拉 + worker 并发出图(修 -P solo 串行)
UI:脚本助手模型框从『原生 select + inline style』换成复用设计系统的 chip 下拉(向上展开,新增共享 .align-up 变体),去 inline、合规范。并发:本地 worker 从 -P solo(单任务串行=一次只生成一张)改 -P threads -c 4;生产 k8s worker --concurrency 2→4。基础资产/故事板/视频出图可并行。loading 动画基础设施(卡内+全局 spinner)已验证存在。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-17 22:17:47 +08:00 |
|
 zycandClaude Opus 4.8
|
a8852345db
|
修复线上视频导出卡死(OOM)+ 导出健壮性加固
根因:后端容器内存 limit 仅 768Mi,ffmpeg 编码 1080P 竖屏时内存峰值超限被
K8s OOMKill,导出后台线程随 Pod 重启而死,任务永远停在 35%(本地无 limit 29s 出片)。
- k8s/core/api-deployment.yaml: 后端内存 limit 768Mi→2Gi、requests 256→512Mi,
给 ffmpeg 足够编码空间(根治)
- export.py: ffmpeg subprocess 加 900s 超时(卡死不再永久 RUNNING)+ -threads 2 降内存峰值
- views.py: submit-export 清理超 5 分钟未结束的僵尸任务,前端不再无限转圈
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-15 13:58:18 +08:00 |
|
 zycandClaude Opus 4.8
|
d41e487f08
|
feat(k8s): 新增 core 真应用(前端+Django API+Celery worker)构建与部署
- core/frontend: Vite 多阶段镜像 + nginx 同源反代 /api,/admin,/static(零 CORS)
- core/backend: Django gunicorn 镜像 + entrypoint(自动 migrate/collectstatic)+ WhiteNoise
- k8s/core: api/worker/web Deployment+Service + ingress(airshelf-web.airlabs.art)
- workflow: 追加 core 前后端 build/push,从 core/backend/.env 套生产覆盖生成 env Secret 后部署
- .gitignore 放行 core/backend/.env;.env 白名单加入 airshelf-web 域名
- 含前端 WIP 还原改动
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-05 10:21:41 +08:00 |
|
iye
|
e06a16e200
|
fix: restore deploy manifests and polish script assistant
|
2026-05-28 18:56:43 +08:00 |
|
iye
|
bbe29622c2
|
Polish static UI flows
|
2026-05-28 12:29:12 +08:00 |
|
 zycandClaude Opus 4.7
|
9bcf943e82
|
ci: 添加 Gitea Actions 部署流水线 + K3s 清单
对齐 jimeng-clone 的流水线结构(master→prod / dev→dev),适配 AirShelf 纯静态形态:
- 电商AI平台/Dockerfile · 纯 nginx,无 build 阶段
- 电商AI平台/nginx.conf · 多入口 try_files,不 fallback 到 index.html
- k8s/ · web-deployment + ingress + cert-issuer + redirect middleware
- .gitea/workflows/deploy.yaml · build/push 重试 3 次,deploy 重试 5 次,失败上报日志中心
- prod 域名 airshelf.airlabs.art / dev 域名 airshelf.test.airlabs.art
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-15 18:12:56 +08:00 |
|