aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-02feat(rss): Add import tags from RSS feed categories (#2031)Mohamed Bassem1-0/+29
2025-11-02feat: Make search job timeout configurableMohamed Bassem1-1/+1
2025-11-02fix: Stricter SSRF validation (#2082)Mohamed Bassem7-98/+507
2025-10-26fix: More memory optimizations for crawler worker. #1748Mohamed Bassem1-26/+43
2025-10-26fix: fix screenshot filepath in crawlerMohamed Bassem1-1/+1
2025-10-26fix: Respect abort signal in admin maintenance jobsMohamed Bassem3-1/+11
2025-10-26deps: Upgrade metascraper pluginsMohamed Bassem1-11/+11
2025-10-26deps: Upgrade metascraper-readability 5.49.6Mohamed Bassem1-1/+1
2025-10-26feat: Allow configuring inline asset size thresholdMohamed Bassem3-7/+5
2025-10-26feat: Add admin maintenance job to migrate large inline HTML (#2071)Mohamed Bassem4-4/+200
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem4-112/+154
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem1-0/+1
2025-10-12feat: support passing multiple proxy values (#2039)Mohamed Bassem2-7/+14
2025-10-06fix: round feed refresh hour for idempotency (#2013)Mohamed Bassem1-1/+6
2025-10-05feat: Restate-based queue plugin (#2011)Mohamed Bassem1-2/+8
2025-09-28feat: use jpegs for screenshots instead of pngsMohamed Bassem1-2/+3
2025-09-28feat: Stop downloading video/audio in playwrightMohamed Bassem1-0/+19
2025-09-28fix: Abort dangling processing when crawler is aborted (#1988)Mohamed Bassem1-27/+98
2025-09-28fix: Cleanup temp assets on monolith timeoutMohamed Bassem1-1/+17
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem1-1/+1
2025-09-14fix: fix bundling liteque in the workersMohamed Bassem2-0/+2
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem13-123/+134
2025-09-07feat: Add cookie support for browser page accessMohamed Bassem1-0/+59
2025-09-07feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem1-44/+49
2025-09-07fix: fix assets being marked as pending summarizationMohamed Bassem1-0/+7
2025-09-07feat: add gif asset type support (#1876)Drashi1-2/+8
2025-09-07fix: don't mark inferenace job as failed when there's no content. fixes #1666Mohamed Bassem2-7/+32
2025-09-07fix: fix pdf detection when the header contains charset. fix: #1677Mohamed Bassem1-2/+16
2025-09-06fix: Fix feed worker to fetch feeds with proxyMohamed Bassem3-50/+58
2025-09-06fix: Change the inferance working logging when disabled to be a debug log levelMohamed Bassem2-2/+2
2025-09-06fix: Dont attempt to fetch rss if the user if out of quotaMohamed Bassem1-0/+13
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem3-15/+13
2025-09-06fix: Reduce polling interval on meilisearch tasksMohamed Bassem1-1/+1
2025-09-06fix: Don't enqueue video tasks when video downlaod is disabledMohamed Bassem1-8/+10
2025-08-30fix: fix long worker log lines when downloading base64 imagesMohamed Bassem1-1/+3
2025-08-30fix: Respect wal mode for the queue dbMohamed Bassem1-1/+1
2025-08-22fix: dangling assets created by changing crawling configMohamedBassem1-5/+6
2025-08-22fix(workers): Drop the withTimeout wrappersMohamedBassem2-10/+2
2025-08-22feat: Export prometheus metrics from the workersMohamedBassem14-5/+111
2025-07-27refactor: Refactor crawlerWorker to use tryCatchMohamedBassem1-123/+117
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem3-61/+45
2025-07-27chore: More turbo fixesMohamedBassem1-2/+2
2025-07-27fix: Ensure that all packages are ESM packagesMohamedBassem1-0/+1
2025-07-26deps: Upgrade viteMohamed Bassem1-1/+1
2025-07-19fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2-2/+26
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem1-1/+19
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2-21/+1
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem2-1/+21
2025-07-13feat: Add proper proxy support. fixes #1265Mohamed Bassem2-9/+87
2025-07-12deps: Upgrade typescript to 5.8Mohamed Bassem1-1/+1