"Catrope" changed the status of MediaWiki.r107886 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107886#c28840
Old Status: new > New Status: fixme Commit summary for MediaWiki.r107886: * (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) Catrope's comment: <pre> + 'job_insert_timestamp' => wfTimestampNow(), </pre> Needs to be <code>$db->timestamp()</code> . OK otherwise. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
