16 public function run() {
17 $watchedItemStore = MediaWikiServices::getInstance()->getWatchedItemStore();
18 $watchedItemStore->removeExpired( 100 );
19 if ( $watchedItemStore->countExpired() ) {
21 JobQueueGroup::singleton()->push(
new static() );