feat: cv-search-job background worker #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New Jobs/cv-search-job/ worker service. Polls CvSearchSessions every 30s for Pending status. For each session: extracts CV keywords (heuristic, no LLM), scrapes enabled providers via HtmlJobSearcher, runs ScorePairAsync on top MaxJobsToMatch URLs, emails ranked results with CV PDF attached. Orphaned Processing sessions (container crash) reset to Pending on startup. Commit:
6293fa8.