[GH-ISSUE #1012] Refresh item shouldn't queue the task if it's already in the queue #668

Open
opened 2026-03-02 11:51:46 +03:00 by kerem · 1 comment
Owner

Originally created by @alesito85 on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1012

Describe the feature you'd like

As the title says, currently it will process it as many times as it is queued, which is not necessary.

Describe the benefits this would bring to existing Hoarder users

Less resources used for the same effect.

Can the goal of this request already be achieved via other means?

No.

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

Additional context

No response

Originally created by @alesito85 on GitHub (Feb 10, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1012 ### Describe the feature you'd like As the title says, currently it will process it as many times as it is queued, which is not necessary. ### Describe the benefits this would bring to existing Hoarder users Less resources used for the same effect. ### Can the goal of this request already be achieved via other means? No. ### Have you searched for an existing open/closed issue? - [x] I have searched for existing issues and none cover my fundamental request ### Additional context _No response_
Author
Owner

@MohamedBassem commented on GitHub (Feb 17, 2025):

Yeah, that makes sense. This should be straightforward to do by adding an idempotencyKey to the queue request that matches the item id. I think this is an easy good first issue for anyone who wants to pick it up.

<!-- gh-comment-id:2662540804 --> @MohamedBassem commented on GitHub (Feb 17, 2025): Yeah, that makes sense. This should be straightforward to do by adding an `idempotencyKey` to the queue request that matches the item id. I think this is an easy good first issue for anyone who wants to pick it up.
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#668
No description provided.