Add --list parameter to showJobs.php
authorTim Starling <tstarling@wikimedia.org>
Wed, 10 Jul 2013 00:15:26 +0000 (10:15 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 10 Jul 2013 00:16:08 +0000 (10:16 +1000)
commitbc16409852db4c2f8db68d3db07d2c9cc612ea6b
tree4269e7f5116c95c1edea3c73e7eb29b800c06af6
parent4ace725b4e12090d4bd5d18059d942e0ce97a063
Add --list parameter to showJobs.php

For listing all of the jobs in the queue. Post-processing will enable
most sorts of analysis that you would want to do. When we used SQL, this
wasn't reallly necessary, but getting jobs out of Redis is a bit more
tedious.

The format is similar to the log made by runJobs.php.

Change-Id: Idfa3f52ba89638892fc7a64d6566955d66de5958
includes/job/JobQueue.php
maintenance/showJobs.php