From: Niklas Laxström Date: Sat, 20 Feb 2016 20:22:29 +0000 (+0100) Subject: Document memory-limit as a possible exit reason X-Git-Tag: 1.31.0-rc.0~7888^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=daf2abc4f56e2533922608a8efd44a050fa3bdf9 Document memory-limit as a possible exit reason Change-Id: I96748cd8397969447bd2315f0e6b6e7989ddfc4f --- diff --git a/includes/jobqueue/JobRunner.php b/includes/jobqueue/JobRunner.php index ac02866fb5..ed29e59c83 100644 --- a/includes/jobqueue/JobRunner.php +++ b/includes/jobqueue/JobRunner.php @@ -80,7 +80,8 @@ class JobRunner implements LoggerAwareInterface { * The response map also has: * - backoffs : the (job type => seconds) map of backoff times * - elapsed : the total time spent running tasks in ms - * - reached : the reason the script finished, one of (none-ready, job-limit, time-limit) + * - reached : the reason the script finished, one of (none-ready, job-limit, time-limit, + * memory-limit) * * This method outputs status information only if a debug handler was set. * Any exceptions are caught and logged, but are not reported as output.