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