aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-09feat(ai): Support restricting AI tags to a subset of existing tags (#2444)Mohamed Bassem1-1/+33
2026-02-08feat(crawler): Split bookmark metadata updates into two phases for faster fee...Mohamed Bassem1-22/+32
2026-02-08fix: treat bookmark not found as a no-op in rule engine instead of a failure ...Mohamed Bassem1-2/+9
2026-02-08feat: Add separate queue for import link crawling (#2452)Mohamed Bassem3-35/+51
2026-02-08feat(metrics): add prometheus metric for bookmark crawl latency (#2461)Mohamed Bassem3-2/+28
2026-02-04fix(ci): fix missing format errorMohamed Bassem1-1/+1
2026-02-04feat: add extra instrumentation in the otel traces (#2453)Mohamed Bassem4-26/+178
2026-02-04fix(import): sanitize error messages to prevent backend detail leakage (#2455)Mohamed Bassem1-1/+26
2026-02-04fix(import): skip counting pending items for paushed sessionsMohamedBassem1-7/+16
2026-02-04fix(import): register improt metrics to the prom registryMohamed Bassem2-1/+9
2026-02-04fix(import): propagate crawling/tagging failure to import statusMohamed Bassem1-18/+50
2026-02-04fix: extra logging for the import workerMohamed Bassem1-13/+39
2026-02-04fix: backfill old sessions and do queue backpressure (#2449)Mohamed Bassem1-21/+54
2026-02-04feat: Import workflow v3 (#2378)Mohamed Bassem2-1/+579
2026-02-01feat: Add LLM-based OCR as alternative to Tesseract (#2442)Mohamed Bassem1-9/+58
2026-02-01feat: batch meilisearch requests (#2441)Mohamed Bassem1-7/+18
2026-02-01fix(web): don't bundle tiktoken in client bundlesMohamed Bassem2-2/+3
2026-02-01refactor: lazy init background queuesMohamed Bassem1-10/+50
2026-01-11fix: Accept more permissive RSS feed content types and Fix User-Agent key (#...E.T.1-2/+2
2026-01-02chore: add a note about hostname allowlists in the validation error messageMohamed Bassem1-1/+1
2025-12-30chore: worker tracing (#2321)Mohamed Bassem12-816/+1025
2025-12-29 fix: reset tagging status on crawl failure (#2316)Mohamed Bassem1-15/+37
2025-12-27feat: add customizable tag styles (#2312)Mohamed Bassem2-7/+37
2025-12-27feat: support archiving as pdf (#2309)Mohamed Bassem2-3/+110
2025-12-26deps: upgrade tesseract to v7Mohamed Bassem1-1/+1
2025-12-25fix: preserve failure count when rescheduling rate limited domains (#2303)Mohamed Bassem1-38/+13
2025-12-22feat: Add user settings to disable auto tagging/summarization (#2275)Mohamed Bassem2-1/+32
2025-12-22fix: optimize tagging db queries (#2287)Mohamed Bassem1-18/+18
2025-12-14fix: Fix Amazon product image extraction on amazon.com URLs (#2108)Randall Hand2-0/+79
2025-12-13feat: use reddit API for metadata extraction. Fixes #1853 #1883Mohamed Bassem3-33/+343
2025-12-13fix: use GET requests for the content type requestMohamed Bassem1-1/+1
2025-12-10feat: make asset preprocessing worker timeout configurableClaude1-1/+1
2025-12-08fix: migrate to metascraper-x from metascraper-twitterMohamed Bassem2-3/+3
2025-12-08feat: spread feed fetch scheduling deterministically over the hour (#2227)Mohamed Bassem1-0/+31
2025-12-07fix: better extraction for youtube thumbnails. #2204Mohamed Bassem2-0/+14
2025-11-29feat: Add automated bookmark backup feature (#2182)Mohamed Bassem4-0/+573
2025-11-28fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem2-4/+4
2025-11-27fix: Propagate group ids in queue calls (#2177)Mohamed Bassem5-4/+18
2025-11-22fix: add a way to allowlist all domains from ip validationMohamed Bassem1-0/+4
2025-11-16deps: upgrade hono and playwrightMohamed Bassem1-2/+2
2025-11-16deps: Upgrade typescript to 5.9Mohamed Bassem1-1/+1
2025-11-15feat: add Prometheus counter for HTTP status codes (#2117)Mohamed Bassem2-1/+13
2025-11-10feat: correct default prom metrics from web and worker containersMohamed Bassem1-0/+1
2025-11-10fix: fix crash in crawler on invalid URL in matchesNoProxyMohamed Bassem1-3/+9
2025-11-09feat: add crawler domain rate limiting (#2115)Mohamed Bassem1-4/+80
2025-11-09refactor: Allow runner functions to return results to onCompleteMohamed Bassem1-1/+1
2025-11-09feat: add failed_permanent metric for worker monitoring (#2107)Mohamed Bassem9-0/+32
2025-11-03fix: metascraper logo to go through proxy if one configured. fixes #1863Mohamed Bassem1-1/+14
2025-11-02fix: fix monolith to respect crawler proxyMohamed Bassem1-0/+9
2025-11-02feat(rss): Add import tags from RSS feed categories (#2031)Mohamed Bassem1-0/+29