From daf2abc4f56e2533922608a8efd44a050fa3bdf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 20 Feb 2016 21:22:29 +0100 Subject: [PATCH] Document memory-limit as a possible exit reason Change-Id: I96748cd8397969447bd2315f0e6b6e7989ddfc4f --- includes/jobqueue/JobRunner.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.20.1