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