手册:$wgJobQueueAggregator

This page is a translated version of the page Manual:$wgJobQueueAggregator and the translation is 67% complete.
作业: $wgJobQueueAggregator
Which aggregator to use for tracking which queues have jobs.
引进版本:1.21.0 (Gerrit change 48223; git #d0985f4f)
移除版本:1.33.0 (Gerrit change 500161; git #196ef348)
允许的值:(数组)
默认值:参见下方

细节

来自DefaultSettings.php

默认

MediaWiki版本:
1.31 – 1.32
/**
 * Which aggregator to use for tracking which queues have jobs.
 * These settings should be global to all wikis.
 */
$wgJobQueueAggregator = [
	'class' => JobQueueAggregatorNull::class
];
MediaWiki版本:
1.21 – 1.30
$wgJobQueueAggregator = [
	'class' => 'JobQueueAggregatorNull'
];