From f84f1c0e26908e2a70777441e1174a26dca10b91 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Sun, 30 Aug 2026 20:51:41 +1000 Subject: serve: POST /api/poll manual trigger; rename feed to Fluxrecs /api/poll runs an out-of-schedule poll through the same serialized path as the scheduler (TryLock, so curls and refreshes can't race the cursor), is POST-only, and 429s inside a 1-minute cooldown after any run. Response is JSON: polled/new_run plus the fresh row's stats when entries arrived. Also rename the RSS channel to Fluxrecs (Miniflux adopts upstream title changes as the feed name). just poll-now wraps the curl. --- cmds/rss_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/rss_test.go') diff --git a/cmds/rss_test.go b/cmds/rss_test.go index 79d6d37..5ff3405 100644 --- a/cmds/rss_test.go +++ b/cmds/rss_test.go @@ -44,7 +44,7 @@ func TestRenderRSSGolden(t *testing.T) { want := ` - fluxrec recommendations + Fluxrecs Top-scored Miniflux entries, refreshed on a schedule. Gamma — Feed A -- cgit v1.2.3