# RSS 피드가 신비롭게 사라집니다

**URL:** https://meta.discourse.org/t/rss-feeds-disappearing-misteriously/343372
**Category:** Bug
**Tags:** rss-polling
**Created:** [12월 19, 2024, 1:39오후 UTC](https://meta.discourse.org/t/rss-feeds-disappearing-misteriously/343372 "2024-12-19T13:39:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [12월 20, 2024, 3:48오전 UTC](https://meta.discourse.org/t/rss-feeds-disappearing-misteriously/343372/2 "2024-12-20T03:48:30Z")

</div>

작년 @blake가 백엔드 저장소를 DB로 이동했습니다.

지금은 피드를 초기화하는 곳이 단 한 곳뿐인 것 같고, 그건 update일 겁니다:

> <https://github.com/discourse/discourse-rss-polling/blob/main/app/controllers/discourse_rss_polling/feed_settings_controller.rb#L11-L55>

특히 "feed\_settings"가 어떻게든 아무것도 없는 상태로 설정된 경우, 여기서 사람이 개입한 것일 수도 있습니다.

이런 일이 얼마나 자주 발생했나요?

어쨌든 이 update는 모든 것을 한 번에 업데이트를 시도하고 증분 업데이트를 하지 않기 때문에 다소 위험합니다.

피드를 업데이트할 때 전체 상태를 전송하는 대신 `[]` (아무것도 없는 값)을 전송하는 자동화 작업이 있는 건 아닌가요?

---

_[View the full topic](https://meta.discourse.org/t/rss-feeds-disappearing-misteriously/343372)._
