When a wiki has $wgEnableLocalTimedText= true than the corresponding special page should be updated with a cron job.
The cron job is needed because the special page itself is marked as expensive
Affected wikis:
'wmgEnableLocalTimedText' => [ 'default' => false, 'commonswiki' => true, 'testcommonswiki' => true, 'enwiki' => true, 'ptwiki' => true, // T60984 'test2wiki' => true, 'testwiki' => true, 'foundationwiki' => true, ],
If no cron job is set up the special page should be listed in $wgDisableQueryPageUpdate to get a message on the special page.
If a cron job is set up the special page should be listed in $wgDisableQueryPageUpdate with the corresponding run mode to get a message on the special page