Эх сурвалжийг харах

chore: auto bump version and changelog [skip ci]

iwt 1 сар өмнө
parent
commit
dc6f599605

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b846acb2deff5ab89a6f12559ec7173b6ace5d60
+f3e72756b5c92585c0b1aa465d2b1a5b17f6d413

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.802",
+  "version": "1.0.803",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.802",
+      "version": "1.0.803",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.803",
+  "version": "1.0.804",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 12 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.804 (2026-08-05)
+
+### Bug 修复
+- 问卷推理超时防护 — gunicorn timeout 60→300s + ChatOpenAI timeout=180/max_retries=1
+
+### 其他
+- 超过 gunicorn 60s 超时导致 worker 被杀(WORKER TIMEOUT + SIGABRT)。
+- - gunicorn --timeout 60→300:给推理留足时间
+- - ChatOpenAI timeout=180/max_retries=1:单次推理上限 180s,失败仅重试 1 次
+- 
+
+
 ## v1.0.803 (2026-08-05)
 
 ### 文档

+ 13 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.803
+> 当前版本: v1.0.804
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.804 (2026-08-05)
+
+### Bug 修复
+- 问卷推理超时防护 — gunicorn timeout 60→300s + ChatOpenAI timeout=180/max_retries=1
+
+### 其他
+- 超过 gunicorn 60s 超时导致 worker 被杀(WORKER TIMEOUT + SIGABRT)。
+- - gunicorn --timeout 60→300:给推理留足时间
+- - ChatOpenAI timeout=180/max_retries=1:单次推理上限 180s,失败仅重试 1 次
+- 
+
+
 ## v1.0.803 (2026-08-05)
 
 ### 文档