Compare commits

..

1 Commits

Author SHA1 Message Date
kdletters 810bb1d12b 收口生产内存工作集
Project CI / Frontend tests (pull_request) Successful in 4m31s
Project CI / Backend tests (pull_request) Successful in 6m35s
Project CI / Repository checks (pull_request) Successful in 4m51s
Project CI / Native shell tests (pull_request) Successful in 15m30s
限制外部生成 worker 脱管任务的执行容量

限制 AI 任务文本与终态内存

清理过期认证会话并限制临时状态

降低备份扫描与 catalog 哈希峰值

禁止 release 使用高风险 files-history 并增加备份资源护栏

同步后端、运维与项目决策文档
2026-08-27 17:20:55 +08:00
+1 -2
View File
@@ -953,8 +953,7 @@ const checks = [
},
{
file: 'jenkins/Jenkinsfile.production-server-provision',
excludes:
"params.DEPLOY_TARGET == 'release' && databaseBackupProfile == 'files-history'",
includes: 'release 仅允许 archive-fullfiles-history',
reason:
'release 必须拒绝 files-history,避免逐文件 catalog 扫描再次触发生产内存峰值。',
},