Page MenuHomePhabricator

Add concurrency limiting to GoogleNewsSitemap using PoolCounter
Open, Needs TriagePublic

Description

GoogleNewsSitemap has similar queries to DynamicPageList, though it seems to have better performance by not having as many (mis)features.

Per T288180: Investigate Extension:GoogleNewsSitemap query performance we should add concurrency limiting to this endpoint using PoolCounter, which should be much easier since this isn't used inside a page parse causing nested locks.

Related: T263220: Limit concurrency of DPL queries.