[PR #8] [MERGED] change default process kill time #256

Closed
opened 2026-02-16 01:15:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/8
Author: @hjlarry
Created: 1/11/2025
Status: Merged
Merged: 1/13/2025
Merged by: @Yeuoly

Base: mainHead: p1


📝 Commits (3)

  • b1824d1 change default kill time
  • 468c074 use environment variable config python init time
  • 1030391 add default PythonEnvInitTimeout

📊 Changes

7 files changed (+17 additions, -3 deletions)

View changed files

📝 .env.example (+3 -0)
📝 internal/core/plugin_manager/launcher.go (+1 -1)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+2 -2)
📝 internal/core/plugin_manager/local_runtime/type.go (+5 -0)
📝 internal/core/plugin_manager/manager.go (+4 -0)
📝 internal/types/app/config.go (+1 -0)
📝 internal/types/app/default.go (+1 -0)

📄 Description

when I install some plugin like gemini, ollama, it always raise init process exited due to long time no activity.
and after I change the time, all packages installed success.

the time is always larger than 60s, gemini:
3bdf5e6f4de6cc83b8cc9e5a7f15117

siliconflow:
ec5791d5f5b6a077bcb3b994d41da56


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/8 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p1` --- ### 📝 Commits (3) - [`b1824d1`](https://github.com/langgenius/dify-plugin-daemon/commit/b1824d1b6763d0173c2eacc8adcf05e85bda10a4) change default kill time - [`468c074`](https://github.com/langgenius/dify-plugin-daemon/commit/468c0743dbbc88ecd7bd15f2aba758bcc5c8ab4f) use environment variable config python init time - [`1030391`](https://github.com/langgenius/dify-plugin-daemon/commit/1030391d229915b0aedc3afb85f0196840561dd9) add default PythonEnvInitTimeout ### 📊 Changes **7 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `internal/core/plugin_manager/launcher.go` (+1 -1) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+2 -2) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+5 -0) 📝 `internal/core/plugin_manager/manager.go` (+4 -0) 📝 `internal/types/app/config.go` (+1 -0) 📝 `internal/types/app/default.go` (+1 -0) </details> ### 📄 Description when I install some plugin like `gemini`, `ollama`, it always raise `init process exited due to long time no activity`. and after I change the time, all packages installed success. the time is always larger than 60s, `gemini`: ![3bdf5e6f4de6cc83b8cc9e5a7f15117](https://github.com/user-attachments/assets/e4356f9b-a88a-4d51-b319-47d12fea4f97) `siliconflow`: ![ec5791d5f5b6a077bcb3b994d41da56](https://github.com/user-attachments/assets/e8960195-dac4-44c2-ad9d-cb6f2ae9c538) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:16 -05:00
yindo closed this issue 2026-02-16 01:15:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#256