aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2024-12-261-9/+14
|
* feature: Schedule RSS feed refreshes every hourMohamed Bassem2024-11-031-1/+3
|
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-031-2/+6
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-3/+12
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-3/+9
|
* fix(workers): Shutdown workers on SIGTERMMohamedBassem2024-07-281-0/+5
|
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-0/+3
|
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+4
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-3/+4
|
* fix(workers): Fix the leaky browser instances in workers during developmentMohamedBassem2024-03-211-1/+5
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+16