aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/queues.ts (unfollow)
Commit message (Expand)AuthorFilesLines
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