* (bug 27724) Add timestamp to job queue.
authorSam Reed <reedy@users.mediawiki.org>
Tue, 3 Jan 2012 15:08:05 +0000 (15:08 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 3 Jan 2012 15:08:05 +0000 (15:08 +0000)
commitfaca3cb2e78153f684f1af7b88747e1bc828f743
tree3d19b266441806b7e2f407ef5914246151d4e433
parent077045e14e29db6d426e658909ebfadca715bb8c
* (bug 27724) Add timestamp to job queue.

Designed for administration purposes, not to be exposed to front end users

Useful for administration purposes (like WMF with job runners), we can look at the "highest" jobs, and find out whether enwiki is just busy, or the jobs have been there a while (signalling that the job runners potentially have issues)
RELEASE-NOTES-1.19
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
includes/job/JobQueue.php
maintenance/archives/patch-jobs-add-timestamp.sql [new file with mode: 0644]
maintenance/sqlite/archives/patch-jobs-add-timestamp.sql [new file with mode: 0644]
maintenance/tables.sql