[PR #500] [CLOSED] fix: graceful shutdown #542

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/500
Author: @wylswz
Created: 11/7/2025
Status: Closed

Base: mainHead: fix/graceful-shutdown


📝 Commits (1)

📊 Changes

5 files changed (+152 additions, -26 deletions)

View changed files

📝 cmd/commandline/run/run.go (+6 -23)
📝 internal/core/plugin_manager/serverless_connector/launch.go (+28 -3)
internal/lifecycle/signals.go (+62 -0)
📝 internal/server/server.go (+7 -0)
📝 internal/service/install_plugin.go (+49 -0)

📄 Description

Description

Fixes #498

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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/500 **Author:** [@wylswz](https://github.com/wylswz) **Created:** 11/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/graceful-shutdown` --- ### 📝 Commits (1) - [`77e3aa4`](https://github.com/langgenius/dify-plugin-daemon/commit/77e3aa43917e1d8236592d1e600855a4f74c71bc) fix: graceful shutdown ### 📊 Changes **5 files changed** (+152 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/run/run.go` (+6 -23) 📝 `internal/core/plugin_manager/serverless_connector/launch.go` (+28 -3) ➕ `internal/lifecycle/signals.go` (+62 -0) 📝 `internal/server/server.go` (+7 -0) 📝 `internal/service/install_plugin.go` (+49 -0) </details> ### 📄 Description ## Description Fixes #498 ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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:16:16 -05:00
yindo closed this issue 2026-02-16 01:16:17 -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#542