aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/index.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem1-9/+14
2024-11-03feature: Schedule RSS feed refreshes every hourMohamed Bassem1-1/+3
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem1-2/+6
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-3/+12
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem1-3/+9
2024-07-28fix(workers): Shutdown workers on SIGTERMMohamedBassem1-0/+5
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-0/+3
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+4
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-3/+4
2024-03-21fix(workers): Fix the leaky browser instances in workers during developmentMohamedBassem1-1/+5
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-3/+3
2024-03-01feature: Add full text search supportMohamedBassem1-2/+4
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-2/+1
2024-02-15fix: Attempt to improve the openai prompt a bitMohamedBassem1-2/+1
2024-02-11fix: Fix build for workers package and add it to CIMohamedBassem1-58/+9
2024-02-08Migrating away from bun to yarnMohamedBassem1-1/+8
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-16/+42
2024-02-07[refactor] Rename the crawlers package to workersMohamedBassem1-0/+0
2024-02-06Implement metadata fetching logic in the crawlerMohamedBassem1-0/+32