Container image packaging with periodic fetch worker and web interface #40
Loading…
Reference in a new issue
No description provided.
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?
Problem
Running yunjin today means hand-managing a Python environment, a dev WSGI server, and cron/manual CLI runs for fetch, aggregation, tag and media extraction. There is no packaged, repeatable way to deploy it.
Goal
A container image (cang-style) that packages the whole reader: the WSGI web interface and a periodic worker that keeps articles, images, and metadata (aggregation, tags) up to date — runnable as one image with two entry points so heavy fetch/LLM/extraction work never interferes with web responsiveness.