[PR #349] [MERGED] Add 1Password caching to prevent rate limiting #1256

Closed
opened 2026-04-26 00:15:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/349
Author: @gschier
Created: 1/6/2026
Status: Merged
Merged: 1/6/2026
Merged by: @gschier

Base: mainHead: omnara/skied-sauna


📝 Commits (2)

  • f81aee2 feat(1password): add caching to reduce API rate limiting
  • 6421bff Move functions to bottom

📊 Changes

1 file changed (+69 additions, -19 deletions)

View changed files

📝 plugins/template-function-1password/src/index.ts (+69 -19)

📄 Description

Implement in-memory caching with 1-minute TTL for vault and item data to prevent rate limiting errors. Cache vaults list, items list, vault overview, and item details in the dynamic functions.


🔄 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/mountain-loop/yaak/pull/349 **Author:** [@gschier](https://github.com/gschier) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `omnara/skied-sauna` --- ### 📝 Commits (2) - [`f81aee2`](https://github.com/mountain-loop/yaak/commit/f81aee227bb216d67636d7383191e66c54012391) feat(1password): add caching to reduce API rate limiting - [`6421bff`](https://github.com/mountain-loop/yaak/commit/6421bff3e15da5b7a5f5562278d9ae14f73d8f98) Move functions to bottom ### 📊 Changes **1 file changed** (+69 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `plugins/template-function-1password/src/index.ts` (+69 -19) </details> ### 📄 Description Implement in-memory caching with 1-minute TTL for vault and item data to prevent rate limiting errors. Cache vaults list, items list, vault overview, and item details in the dynamic functions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 00:15:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1256