手册:$wgJobQueueAggregator
此功能已在版本1.33.0中完全移除。 |
作业: $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'
];