Coder Social home page Coder Social logo

rss 源长时间未更新 about rssant HOT 2 CLOSED

anyant avatar anyant commented on June 24, 2024
rss 源长时间未更新

from rssant.

Comments (2)

bGZo avatar bGZo commented on June 24, 2024 1

十分迅速地修复! 非常感谢! 我这也显示正常了.😄

from rssant.

guyskk avatar guyskk commented on June 24, 2024

非常感谢反馈!我上午排查了一下,是订阅合并的逻辑有点问题,现在修复了,这些订阅预计1~2小时内就会更新了。

目前有两种情况会做订阅合并:

  1. 当订阅源地址变了,抓取时收到重定向响应,例如源站迁移了域名,http升级为https。此时会将旧订阅合并到新订阅中,并把旧的标记为 "discard",不再更新。
  2. 定时任务检测相同的订阅源,例如有的网站同时支持 http 和 https ,就会有两个相同内容的订阅源,定时任务会检测这种情况,并选择一个为主,其余的标记为 "discard"。

里面的逻辑实际比较复杂,有些情况没考虑周全,导致有些订阅被错误标记为 "discard" 了,然后就没有更新了。
修复方案是合并时不做 "discard" 标记,这样旧的订阅能继续更新,只是多占用一点点服务器资源。

from rssant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.