Jump to content

Help:Job queue

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 112.215.200.183 (talk) at 08:35, 3 April 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In MediaWiki 1.6, a job queue was introduced to perform long-running tasks asynchronously. The job queue is designed to hold many short tasks using batch processing. Up to MediaWiki 1.16, an estimate of the length of the job queue was shown at Special:Statistics. By default, each time a request runs, one job is taken from the job queue and executed.

MediaWiki 1.6 adds a job to the job queue for each article using a template. Each job is a command to read an article, expand any templates, and update the link table accordingly. So null edits are no longer necessary, although it may take a while for big operations to complete. This can help to ease strain on users.



See also