summaryrefslogtreecommitdiffstats
path: root/view_job_queue.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'view_job_queue.cgi')
-rwxr-xr-xview_job_queue.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/view_job_queue.cgi b/view_job_queue.cgi
index 5d0ed9530..29222725a 100755
--- a/view_job_queue.cgi
+++ b/view_job_queue.cgi
@@ -45,7 +45,10 @@ sub generate_report {
j.run_after AS run_time,
j.grabbed_until,
f.funcname AS func,
- e.jobid AS error_count,
+ (SELECT COUNT(*)
+ FROM ts_error
+ WHERE ts_error.jobid = j.jobid
+ ) AS error_count,
e.error_time AS error_time,
e.message AS error_message
FROM