Manual:$wgJobTypesExcludedFromDefaultQueue/fr

Category:MediaWiki configuration settings/fr#JobTypesExcludedFromDefaultQueueCategory:MediaWiki configuration settings introduced in version 1.18.0/fr#JobTypesExcludedFromDefaultQueueCategory:MediaWiki configuration settings still in use/fr#JobTypesExcludedFromDefaultQueueCategory:Extension variables/fr#JobTypesExcludedFromDefaultQueue
Extensions: $wgJobTypesExcludedFromDefaultQueue
Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.
Introduit dans la version :1.18.0 (r84397)
Retiré dans la version :Encore utilisé
Valeurs autorisées :(array)
Valeur par défaut :See below

Détails

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

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