Coder Social home page Coder Social logo

Comments (3)

QIN2DIM avatar QIN2DIM commented on May 29, 2024

并非。

客户端里写了一点逻辑用于分担集群算力,然而上游定时任务设置的不合理,又因为下游用户量激增,订阅池偶发性”雪崩“。

其次是原先设定的 pool_cap 只有 25 - -,真是救大命...实时缓存的订阅数量只维护在20左右的数量上(因为这只是个演示 demo 来着,本意是鼓励玩家部署隔离的 proxy_pool 没想到还是有不少小伙伴把它当成日用工具了- -)。

来自大陆的同学上网时间作息什么的都有社群规律,所以基本上都是高峰期会集中消耗一波订阅,然后采集器订单量激增,缓存堆积,这会导致下一批订阅的过期时间错不开,就会引起下游用户批量清除过期订阅的被动行为。

根本问题可能在于用户量较多,而可用缓存较少(可能比例是500:1)。我觉得可以回收下游用户清除订阅的权限,或者增加 pool_cap 以及调整集群节拍(比如闲时工作,高峰期静默)

from v2rss.

wanghaisheng avatar wanghaisheng commented on May 29, 2024

无可用订阅吗 @QIN2DIM

from v2rss.

QIN2DIM avatar QIN2DIM commented on May 29, 2024

无可用订阅吗 @QIN2DIM

性能校准的代理池已经推送到TG频道了。Tag/v2rss-cli v4.5.6

from v2rss.

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.