Page MenuHomePhabricator

PageView tool not updated since 21 May 2026
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
Graph not updated since 21 May 2026.

image.png (2,294×1,252 px, 575 KB)

What should have happened instead?:
Up to date page view information

Related event: https://meta.wikimedia.org/wiki/Special:MyLanguage/Community_Wishlist/Updates#May_20,_2026:_Community_Tech_becomes_a_program

Affects:
Everyone.
Existing reported issue at https://meta.wikimedia.org/wiki/Talk:Pageviews_Analysis#Pageviews_Analysis
Reported also in the English community Discord. https://discord.com/channels/221049808784326656/221060705078476801/1508324658292723942

Event Timeline

This seems related to T423818. As of now, the API returns 404 for May 22 onward and the last dump file is pageviews-20260522-110000.

While I agree the timing is suspicious, if T423818 truly is the cause then this isn't related to the disbandment of the CommTech team as the problem is upstream of the code they used to maintain

Johannnes89 renamed this task from PageView tool not updated since 23 May 2026, possibly due to disbandment of CommTech team to PageView tool not updated since 21 May 2026.Mon, May 25, 12:36 PM
Johannnes89 updated the task description. (Show Details)

It looks like data is now available and the issue is resolved, please confirm:

https://wikimedia.org/api/rest_v1/metrics/pageviews/per-article/en.wikipedia/all-access/user/Cat/daily/2026052200/2026052300

{
  "items": [
    {
      "project": "en.wikipedia",
      "article": "Cat",
      "granularity": "daily",
      "timestamp": "2026052200",
      "access": "all-access",
      "agent": "user",
      "views": 9167
    },
    {
      "project": "en.wikipedia",
      "article": "Cat",
      "granularity": "daily",
      "timestamp": "2026052300",
      "access": "all-access",
      "agent": "user",
      "views": 6817
    }
  ]
}
MusikAnimal claimed this task.
MusikAnimal subscribed.

I think this can be resolved? Please re-open if you disagree.