[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/jobqueue/ -> README (summary)

(no description)

File Size: 81 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

  called()

Functions
Functions that are not part of a class:

called(* The JobQueue object represents a particular queue of jobs of a certain type.For example there may be a queue for email jobs and a queue for squid purgejobs.\section jobqueue Job queuesEach job type has its own queue and is associated to a storage medium. Onequeue might save its jobs in redis while another one uses would use a database.Storage medium are defined in a queue class. Before using it, you mustdefine in $wgJobTypeConf a mapping of the job type to a queue class.The factory class JobQueueGroup provides helper functions:- getting the queue for a given job- route new job insertions to the proper queueThe following queue classes are available:* JobQueueDB (stores jobs in the `job` table in a database)   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1