index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
shared-server
/
src
/
queues.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-02-08
feat: Add separate queue for import link crawling (#2452)
Mohamed Bassem
1
-0
/
+12
2026-02-08
fix: lower the priority of recrawling
Mohamed Bassem
1
-0
/
+5
2026-02-01
refactor: lazy init background queues
Mohamed Bassem
1
-48
/
+96
2025-12-27
feat: support archiving as pdf (#2309)
Mohamed Bassem
1
-0
/
+1
2025-11-30
fix: reenable idempotency key for search indexing
Mohamed Bassem
1
-2
/
+1
2025-11-29
feat: Add automated bookmark backup feature (#2182)
Mohamed Bassem
1
-0
/
+16
2025-10-26
feat: Add admin maintenance job to migrate large inline HTML (#2071)
Mohamed Bassem
1
-0
/
+7
2025-10-26
refactor: generalize tidy assets queue into admin maintenance (#2059)
Mohamed Bassem
1
-6
/
+19
2025-10-05
fix: Disable idempotency keys for search
Mohamed Bassem
1
-1
/
+2
2025-10-05
feat: Restate-based queue plugin (#2011)
Mohamed Bassem
1
-2
/
+6
2025-09-28
fix: dont re-enqueue indexing for a bookmark already pending indexing
Mohamed Bassem
1
-2
/
+5
2025-09-14
refactor: Move callsites to liteque to be behind a plugin
Mohamed Bassem
1
-31
/
+17
2025-08-30
fix: Respect wal mode for the queue db
Mohamed Bassem
1
-1
/
+3
2025-07-12
fix: Prioritize crawling user added links over bulk imports. fixes #1717
Mohamed Bassem
1
-36
/
+29
2025-06-21
fix: Fix webhook not firing on deletion. Fixes #1613
Mohamed Bassem
1
-0
/
+3
2025-05-24
feat: Add "deleted" webhook event (#1464)
Salvatore Gentile
1
-1
/
+1
2025-05-18
feat: Add AI auto summarization. Fixes #1163
Mohamed Bassem
1
-2
/
+3
2025-04-27
feat: Implement generic rule engine (#1318)
Mohamed Bassem
1
-0
/
+28
2025-03-07
feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092
Mohamed Bassem
1
-1
/
+1
2025-02-17
feat: Add PDF screenshot generation and display (#995)
Ahmad Mujahid
1
-0
/
+8
2025-01-19
feat: Change webhooks to be configurable by users
Mohamed Bassem
1
-4
/
+4
2025-01-19
feat(webhook): Implement webhook functionality for bookmark events (#852)
玄猫
1
-0
/
+27
2024-12-26
refactor: Move asset preprocessing to its own worker out of the inference worker
Mohamed Bassem
1
-0
/
+19
2024-11-09
fix: Feed refreshes were not getting re-enqueued for failed jobs
Mohamed Bassem
1
-0
/
+6
2024-11-03
feature: Add support for subscribing to RSS feeds. Fixes #202
Mohamed Bassem
1
-0
/
+17
2024-10-28
feature: Archive videos using yt-dlp. Fixes #215 (#525)
kamtschatka
1
-0
/
+23
2024-10-27
deps: Extract the queue implementation into its own repos
Mohamed Bassem
1
-2
/
+1
2024-10-12
feature: Introduce a mechanism to cleanup dangling assets
MohamedBassem
1
-0
/
+16
2024-09-30
feature(web): Add ability to manually trigger full page archives. Fixes #398 ...
kamtschatka
1
-1
/
+2
2024-07-21
fix: async/await issues with the new queue (#319)
kamtschatka
1
-4
/
+4
2024-07-21
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)
Mohamed Bassem
1
-33
/
+27
2024-06-09
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
1
-0
/
+14
2024-05-15
feature(worker): Allow configuring redis with a password
MohamedBassem
1
-0
/
+1
2024-04-20
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
1
-0
/
+1
2024-04-11
fix: Increase default navigation timeout to 30s, make it configurable and add...
MohamedBassem
1
-1
/
+10
2024-03-27
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
1
-0
/
+8
2024-03-27
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
1
-0
/
+1
2024-03-01
feature: Add full text search support
MohamedBassem
1
-0
/
+22
2024-02-14
chore: Consolidate all config vars in one file
MohamedBassem
1
-2
/
+3
2024-02-14
feature: Add ability to refresh bookmark details
MohamedBassem
1
-1
/
+0
2024-02-09
[refactor] Extract the bookmark model to be a high level model to support oth...
MohamedBassem
1
-2
/
+2
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-07
[feature] Add openAI integration for extracting tags from articles
MohamedBassem
1
-0
/
+11
2024-02-06
Implement metadata fetching logic in the crawler
MohamedBassem
1
-4
/
+12
2024-02-06
Init package and start bullmq workers
MohamedBassem
1
-0
/
+10