[PR #125] [CLOSED] add gorm easer cache policy #323

Closed
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/125
Author: @zxfishhack
Created: 3/20/2025
Status: Closed

Base: mainHead: add-gorm-easer-cache-policy


📝 Commits (1)

  • e94e4ec add gorm easer cache policy

📊 Changes

3 files changed (+15 additions, -4 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+2 -2)
📝 internal/db/init.go (+11 -0)

📄 Description

gorm easer cache policy will merge same query and execute once as same time, this will solve 'too many clients already' when concurrency access plugin endpoint.

Closed #124


🔄 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/125 **Author:** [@zxfishhack](https://github.com/zxfishhack) **Created:** 3/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-gorm-easer-cache-policy` --- ### 📝 Commits (1) - [`e94e4ec`](https://github.com/langgenius/dify-plugin-daemon/commit/e94e4ec6eba291330cec1854d0e03908556769ba) add gorm easer cache policy ### 📊 Changes **3 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+2 -2) 📝 `internal/db/init.go` (+11 -0) </details> ### 📄 Description gorm easer cache policy will merge same query and execute once as same time, this will solve 'too many clients already' when concurrency access plugin endpoint. Closed #124 --- <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
yindo closed this issue 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#323