aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem2025-10-261-2/+2
| | | | | * refactor: generalize admin maintenance queue * more fixes
* feat: Restate-based queue plugin (#2011)Mohamed Bassem2025-10-051-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Initial restate integration * add retry * add delay + idempotency * implement concurrency limits * add admin stats * add todos * add id provider * handle onComplete failures * add tests * add pub key and fix logging * add priorities * fail call after retries * more fixes * fix retries left * some refactoring * fix package.json * upgrade sdk * some test cleanups
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-2/+1
|
* feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem2025-09-071-44/+49
|
* feat: Export prometheus metrics from the workersMohamedBassem2025-08-221-0/+7
|
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-0/+2
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-14/+13
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-1/+6
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-3/+3
|
* feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2025-01-191-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | * feat(webhook): Implement webhook functionality for bookmark events - Added WebhookWorker to handle webhook requests. - Integrated webhook triggering in crawlerWorker after video processing. - Updated main worker initialization to include WebhookWorker. - Enhanced configuration to support webhook URLs, token, and timeout. - Documented webhook configuration options in the documentation. - Introduced zWebhookRequestSchema for validating webhook requests. * feat(webhook): Update webhook handling and configuration - Changed webhook operation type from "create" to "crawled" in crawlerWorker and documentation. - Enhanced webhook retry logic in WebhookWorker to support multiple attempts. - Updated Docker configuration to include new webhook environment variables. - Improved validation for webhook configuration in shared config. - Adjusted zWebhookRequestSchema to reflect the new operation type. - Updated documentation to clarify webhook configuration options and usage. * minor modifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* 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