[PR #126] feat: graceful-shutdown #324

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/126
Author: @Yeuoly
Created: 3/20/2025
Status: 🔄 Open

Base: mainHead: feat/graceful-shutdown


📝 Commits (1)

📊 Changes

11 files changed (+74 additions, -26 deletions)

View changed files

📝 internal/core/plugin_manager/debugging_runtime/run.go (+1 -1)
📝 internal/core/plugin_manager/debugging_runtime/server_test.go (+3 -3)
📝 internal/core/plugin_manager/install_to_local.go (+2 -2)
📝 internal/core/plugin_manager/local_runtime/io.go (+13 -4)
📝 internal/core/plugin_manager/local_runtime/run.go (+39 -8)
📝 internal/core/plugin_manager/local_runtime/type.go (+2 -0)
📝 internal/core/plugin_manager/runtime_lifetime.go (+1 -1)
📝 internal/core/plugin_manager/uninstall.go (+5 -2)
📝 internal/core/plugin_manager/watcher.go (+1 -1)
📝 internal/service/install_plugin.go (+5 -2)
📝 pkg/entities/plugin_entities/runtime.go (+2 -2)

📄 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/126 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/graceful-shutdown` --- ### 📝 Commits (1) - [`1686485`](https://github.com/langgenius/dify-plugin-daemon/commit/16864851f3d3841a758806f85a82af69bc8b96f5) feat: graceful-shutdown ### 📊 Changes **11 files changed** (+74 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/debugging_runtime/run.go` (+1 -1) 📝 `internal/core/plugin_manager/debugging_runtime/server_test.go` (+3 -3) 📝 `internal/core/plugin_manager/install_to_local.go` (+2 -2) 📝 `internal/core/plugin_manager/local_runtime/io.go` (+13 -4) 📝 `internal/core/plugin_manager/local_runtime/run.go` (+39 -8) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+2 -0) 📝 `internal/core/plugin_manager/runtime_lifetime.go` (+1 -1) 📝 `internal/core/plugin_manager/uninstall.go` (+5 -2) 📝 `internal/core/plugin_manager/watcher.go` (+1 -1) 📝 `internal/service/install_plugin.go` (+5 -2) 📝 `pkg/entities/plugin_entities/runtime.go` (+2 -2) </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:33 -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#324