[PR #2341] [MERGED] feat: Add retry buttons for pending bookmarks in admin panel #2077

Closed
opened 2026-03-02 12:00:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2341
Author: @MohamedBassem
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @MohamedBassem

Base: mainHead: claude/add-pending-bookmarks-retry-M2eQG


📝 Commits (1)

  • 09ed070 feat: Add retry buttons for pending bookmarks in admin panel

📊 Changes

3 files changed (+33 additions, -2 deletions)

View changed files

📝 apps/web/components/admin/BackgroundJobs.tsx (+28 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+3 -0)
📝 packages/trpc/routers/admin.ts (+2 -2)

📄 Description

This commit adds the ability to retry pending bookmarks for both crawling
and inference operations in the admin panel.

Changes:

  • Backend: Updated recrawlLinks mutation to accept "pending" status
  • Backend: Updated reRunInferenceOnAllBookmarks mutation to accept "pending" status
  • Frontend: Added buttons to retry pending crawls
  • Frontend: Added buttons to retry pending tagging operations
  • Frontend: Added buttons to retry pending summarization operations
  • Translations: Added English translations for new button labels

The new buttons follow the same pattern as the existing "failed" and "all"
retry buttons, allowing admins to specifically target bookmarks that are
stuck in pending state.


🔄 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/karakeep-app/karakeep/pull/2341 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/add-pending-bookmarks-retry-M2eQG` --- ### 📝 Commits (1) - [`09ed070`](https://github.com/karakeep-app/karakeep/commit/09ed070a1ccb2f3fde3e16626f0d8aafd54910c8) feat: Add retry buttons for pending bookmarks in admin panel ### 📊 Changes **3 files changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/admin/BackgroundJobs.tsx` (+28 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+3 -0) 📝 `packages/trpc/routers/admin.ts` (+2 -2) </details> ### 📄 Description This commit adds the ability to retry pending bookmarks for both crawling and inference operations in the admin panel. Changes: - Backend: Updated recrawlLinks mutation to accept "pending" status - Backend: Updated reRunInferenceOnAllBookmarks mutation to accept "pending" status - Frontend: Added buttons to retry pending crawls - Frontend: Added buttons to retry pending tagging operations - Frontend: Added buttons to retry pending summarization operations - Translations: Added English translations for new button labels The new buttons follow the same pattern as the existing "failed" and "all" retry buttons, allowing admins to specifically target bookmarks that are stuck in pending state. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2077
No description provided.