Podręcznik:$wgJobTypesExcludedFromDefaultQueue

This page is a translated version of the page Manual:$wgJobTypesExcludedFromDefaultQueue and the translation is 27% complete.
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();