Manual:$wgJobTypesExcludedFromDefaultQueue

This page is a translated version of the page Manual:$wgJobTypesExcludedFromDefaultQueue and the translation is 33% complete.
拡張機能: $wgJobTypesExcludedFromDefaultQueue
Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.
導入されたバージョン:1.18.0 (r84397)
除去されたバージョン:使用中
許容される値:(配列)
既定値:[ 'AssembleUploadChunks', 'PublishStashedFile' ] (1.21+)
array() (1.18-1.20)

詳細

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)