[PR #197] [MERGED] feat(plugin_manager): add serverless connector launch timeout configuration and update related functions #363

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/197
Author: @Yeuoly
Created: 4/11/2025
Status: Merged
Merged: 4/11/2025
Merged by: @Yeuoly

Base: mainHead: feat/add-serverless-connector-launching-timeout


📝 Commits (1)

  • 5f3e8c3 feat(plugin_manager): add serverless connector launch timeout configuration and update related functions

📊 Changes

6 files changed (+31 additions, -20 deletions)

View changed files

📝 internal/core/plugin_manager/install_to_serverless.go (+1 -1)
📝 internal/core/plugin_manager/manager.go (+17 -13)
📝 internal/core/plugin_manager/serverless_connector/connector.go (+3 -2)
📝 internal/core/plugin_manager/serverless_connector/launch.go (+6 -2)
📝 internal/types/app/config.go (+3 -2)
📝 internal/types/app/default.go (+1 -0)

📄 Description

No description provided


🔄 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/197 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/add-serverless-connector-launching-timeout` --- ### 📝 Commits (1) - [`5f3e8c3`](https://github.com/langgenius/dify-plugin-daemon/commit/5f3e8c3cb8a8b07290188367fc9cb1e8ff51720d) feat(plugin_manager): add serverless connector launch timeout configuration and update related functions ### 📊 Changes **6 files changed** (+31 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/install_to_serverless.go` (+1 -1) 📝 `internal/core/plugin_manager/manager.go` (+17 -13) 📝 `internal/core/plugin_manager/serverless_connector/connector.go` (+3 -2) 📝 `internal/core/plugin_manager/serverless_connector/launch.go` (+6 -2) 📝 `internal/types/app/config.go` (+3 -2) 📝 `internal/types/app/default.go` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:44 -05:00
yindo closed this issue 2026-02-16 01:15:44 -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#363