Skip to content

Commit 651e734

Browse files
authored
Docs/1.14.2 check (#781) (#782)
* docs: update reset-encrypt-key-pair warning to cover tool credentials * docs: update GRAPH_ENGINE_MIN_WORKERS default to 3
1 parent 8dc1c2f commit 651e734

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

en/self-host/configuration/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ These select which backend implementation handles workflow execution data. The d
11741174

11751175
| Variable | Default | Description |
11761176
|---|---|---|
1177-
| `GRAPH_ENGINE_MIN_WORKERS` | `1` | Minimum workers per GraphEngine instance. |
1177+
| `GRAPH_ENGINE_MIN_WORKERS` | `3` | Minimum workers per GraphEngine instance. |
11781178
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | Maximum workers per GraphEngine instance. |
11791179
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | Queue depth that triggers spawning additional workers. |
11801180
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | Seconds of idle time before excess workers are removed. |

en/self-host/troubleshooting/common-issues.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ Source code (from `api` directory):
115115
flask reset-encrypt-key-pair
116116
```
117117

118-
**Warning**: This is irreversible - existing encrypted data will be lost.
118+
<Warning>
119+
This is irreversible. Existing LLM credentials and tool credentials (built-in, custom, and MCP tools) are purged for every workspace and must be re-entered.
120+
</Warning>
119121

120122
## Workspace Management
121123

ja/self-host/configuration/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ Dify はアカウント招待、パスワードリセット、ログインコー
11741174

11751175
| 変数 | デフォルト値 | 説明 |
11761176
|---|---|---|
1177-
| `GRAPH_ENGINE_MIN_WORKERS` | `1` | GraphEngine インスタンスごとの最小ワーカー数。 |
1177+
| `GRAPH_ENGINE_MIN_WORKERS` | `3` | GraphEngine インスタンスごとの最小ワーカー数。 |
11781178
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | GraphEngine インスタンスごとの最大ワーカー数。 |
11791179
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | 追加ワーカーの生成をトリガーするキュー深度。 |
11801180
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | 余剰ワーカーが削除されるまでのアイドル時間(秒)。 |

ja/self-host/troubleshooting/common-issues.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ docker exec -it docker-api-1 flask reset-encrypt-key-pair
114114
flask reset-encrypt-key-pair
115115
```
116116

117-
**警告**:これは元に戻せません - 既存の暗号化データは失われます。
117+
<Warning>
118+
この操作は元に戻せません。すべてのワークスペースの LLM 認証情報とツール認証情報(ビルトイン、カスタム、MCP ツール)が削除されるため、再入力が必要です。
119+
</Warning>
118120

119121
## ワークスペース管理
120122

zh/self-host/configuration/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ Dify 发送邮件用于账户邀请、密码重置、登录验证码和人工输
11741174

11751175
| 变量 | 默认值 | 说明 |
11761176
|---|---|---|
1177-
| `GRAPH_ENGINE_MIN_WORKERS` | `1` | 每个 GraphEngine 实例的最小工作线程数。 |
1177+
| `GRAPH_ENGINE_MIN_WORKERS` | `3` | 每个 GraphEngine 实例的最小工作线程数。 |
11781178
| `GRAPH_ENGINE_MAX_WORKERS` | `10` | 每个 GraphEngine 实例的最大工作线程数。 |
11791179
| `GRAPH_ENGINE_SCALE_UP_THRESHOLD` | `3` | 触发创建额外工作线程的队列深度。 |
11801180
| `GRAPH_ENGINE_SCALE_DOWN_IDLE_TIME` | `5.0` | 多余工作线程在空闲此秒数后被移除。 |

zh/self-host/troubleshooting/common-issues.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ docker exec -it docker-api-1 flask reset-encrypt-key-pair
117117
flask reset-encrypt-key-pair
118118
```
119119

120-
**警告**:此操作不可逆 - 现有加密数据将丢失。
120+
<Warning>
121+
此操作不可逆。所有工作区的 LLM 凭据和工具凭据(内置、自定义、MCP 工具)将一并清除,需重新录入。
122+
</Warning>
121123

122124
## 工作空间管理
123125

0 commit comments

Comments
 (0)