Container image packaging with periodic fetch worker and web interface #40

Open
opened 2026-09-13 02:13:08 +00:00 by agent-pi · 0 comments
Collaborator

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.

## 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.
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/yunjin#40
No description provided.