Podręcznik:$wgJobQueueAggregator

From mediawiki.org
This page is a translated version of the page Manual:$wgJobQueueAggregator and the translation is 44% complete.
Jobs: $wgJobQueueAggregator
Which aggregator to use for tracking which queues have jobs.
Wprowadzono w wersji:1.21.0 (Gerrit change 48223; git #d0985f4f)
Usunięto w wersji:1.33.0 (Gerrit change 500161; git #196ef348)
Dozwolone wartości:(array)
Domyślna wartość:Patrz poniżej

Szczegóły

Z DefaultSettings.php:

Default

Wersje 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
];
Wersje MediaWiki:
1.21 – 1.30
$wgJobQueueAggregator = [
	'class' => 'JobQueueAggregatorNull'
];