fix: publish feeds atomically

This commit is contained in:
Abel Luck 2026-05-27 10:57:21 +02:00
parent cbb427b89d
commit e64a32d76b
7 changed files with 253 additions and 4 deletions

View file

@ -154,7 +154,7 @@ def test_build_feed_settings_derives_output_paths_from_feed_slug(
out_dir / "feeds" / "info-marti" / "files"
)
assert feed_settings["FEEDS"] == {
str(out_dir / "feeds" / "info-marti" / "feed.rss"): {
str(out_dir / "feeds" / "info-marti" / ".feed.rss.next"): {
"format": "rss",
"postprocessing": [],
"feed_name": "info-marti",