[PR #59] [MERGED] fix: optimize plugin last active time tracking in stdio handler #287

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/59
Author: @Yeuoly
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @Yeuoly

Base: mainHead: fix/optimize-local-heartbeat


📝 Commits (2)

  • 06c8903 fix: optimize plugin last active time tracking in stdio handler
  • 49197d6 feat: enhance plugin activity monitoring and logging

📊 Changes

1 file changed (+15 additions, -2 deletions)

View changed files

📝 internal/core/plugin_manager/local_runtime/stdio_handle.go (+15 -2)

📄 Description

Move last active time update to occur on each data receipt to ensure more accurate tracking of plugin activity


🔄 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/59 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/optimize-local-heartbeat` --- ### 📝 Commits (2) - [`06c8903`](https://github.com/langgenius/dify-plugin-daemon/commit/06c89035baa63a9a2543ec65a6d72a964c89dc5b) fix: optimize plugin last active time tracking in stdio handler - [`49197d6`](https://github.com/langgenius/dify-plugin-daemon/commit/49197d6667c4cd90fa3a5d15d47e2334c249667e) feat: enhance plugin activity monitoring and logging ### 📊 Changes **1 file changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/local_runtime/stdio_handle.go` (+15 -2) </details> ### 📄 Description Move last active time update to occur on each data receipt to ensure more accurate tracking of plugin activity --- <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:23 -05:00
yindo closed this issue 2026-02-16 01:15:24 -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#287