getWatchedItemStore(); $watchedItemStore->removeExpired( 100 ); if ( $watchedItemStore->countExpired() ) { // If there are still items, add a new job. JobQueueGroup::singleton()->push( new static() ); } return true; } }