Document memory-limit as a possible exit reason
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Sat, 20 Feb 2016 20:22:29 +0000 (21:22 +0100)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Sat, 20 Feb 2016 20:33:41 +0000 (21:33 +0100)
Change-Id: I96748cd8397969447bd2315f0e6b6e7989ddfc4f

includes/jobqueue/JobRunner.php

index ac02866..ed29e59 100644 (file)
@@ -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.