Manual:$wgJobTypesExcludedFromDefaultQueue/pl

Category:MediaWiki configuration settings/pl#JobTypesExcludedFromDefaultQueueCategory:MediaWiki configuration settings introduced in version 1.18.0/pl#JobTypesExcludedFromDefaultQueueCategory:MediaWiki configuration settings still in use/pl#JobTypesExcludedFromDefaultQueueCategory:Extension variables/pl#JobTypesExcludedFromDefaultQueue
Rozszerzenia: $wgJobTypesExcludedFromDefaultQueue
Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.
Wprowadzono w wersji:1.18.0 (r84397)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(tablica)
Domyślna wartość:See below

Szczegóły

Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.

These can be:

  • Very long-running jobs.
  • Jobs that you would never want to run as part of a page rendering request.
  • Jobs that you want to run on specialized machines (like transcoding, or a particular machine on your cluster has 'outside' web access you could restrict uploadFromUrl)

Default value

Wersja MediaWiki:
1.42
$wgJobTypesExcludedFromDefaultQueue = [
	'AssembleUploadChunks',
	'PublishStashedFile',
	'UploadFromUrl',
]
Wersje MediaWiki:
1.21 1.41
$wgJobTypesExcludedFromDefaultQueue = [
	'AssembleUploadChunks',
	'PublishStashedFile',
]
Wersje MediaWiki:
1.18 1.20
$wgJobTypesExcludedFromDefaultQueue = array();
Category:Extension variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.18.0/pl Category:MediaWiki configuration settings still in use/pl