Page MenuHomePhabricator

Async content needs !misermode
Closed, ResolvedPublic

Description

Right now the "reparse page" logic in WikiPage for pages with reduced cache lifetimes (including asynchronous content) only triggers is MiserMode if off -- but MiserMode is set to true on all production wikis. We need a special exception for async content. (And see T392118: Add metrics to track async content (Wikifunctions) SLO: probably some metrics as well.)

Event Timeline

Change #1137058 had a related patch set uploaded (by C. Scott Ananian; author: C. Scott Ananian):

[mediawiki/core@master] Ensure RefreshLinksJob is called on asynchronous content when needed

https://gerrit.wikimedia.org/r/1137058

Change #1137058 merged by jenkins-bot:

[mediawiki/core@master] Ensure RefreshLinksJob is called on asynchronous content when needed

https://gerrit.wikimedia.org/r/1137058

Pppery subscribed.

Anything left to do here?

Just need to verify that this works once it rides the train into production.