Skip to content

MediaWiki extension to help keep track of the job queue

Notifications You must be signed in to change notification settings

peterbenmeyer/JobQueueInspector

 
 

Repository files navigation

Job Queue Inspector

This MediaWiki extension shows how many jobs have been in the queue in a recent time frame. Jobs includes "refresh links" and "replace text". They create one job for each page to be updated, basically. Those jobs can sit in the queue if $wgJobRunRate is low and the wiki doesn't get much front-end traffic, that is, user clicks.

Update for this project: show $wgJobRunRate

Make the extension naturally available to admins but probably not to others.

James Montalvo started this software on April 5, 2019 at EMWCon 2019

Here is the extension running, or a predecessor or successor extension running: https://enterprisemediawiki.org/demo/index.php/Special:JobQueueGraph

forked from enterprisemediawiki/JobQueueInspector for now

About

MediaWiki extension to help keep track of the job queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • PHP 15.6%