From 7fdcd8ef2760a536190c44e1318e4342d27ec619 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Nov 2014 14:53:12 +0800 Subject: Bug 1092037: backport bug 1062739 to bmo (add the ability for administrators to limit the number of emails sent to a user per minute and hour) --- view_job_queue.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'view_job_queue.cgi') diff --git a/view_job_queue.cgi b/view_job_queue.cgi index 7accc512d..5ebe1e7a5 100755 --- a/view_job_queue.cgi +++ b/view_job_queue.cgi @@ -45,6 +45,7 @@ sub generate_report { j.run_after AS run_time, j.grabbed_until, f.funcname AS func, + (SELECT COUNT(*) FROM ts_error WHERE e.jobid = j.jobid) AS error_count, e.jobid AS error_count, e.error_time AS error_time, e.message AS error_message -- cgit v1.2.3-24-g4f1b