From e3edbc52e592519697bfb0130a3ef13a7744a5d2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 21 Oct 2013 15:46:30 +0800 Subject: Bug 910565: backport bug 877078 to bmo (shift bugmail generation to the jobqueue) --- Bugzilla/JobQueue.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/JobQueue.pm') diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm index 053928dd0..a94598b87 100644 --- a/Bugzilla/JobQueue.pm +++ b/Bugzilla/JobQueue.pm @@ -35,6 +35,7 @@ use fields qw(_worker_pidfile); # If you add new types of jobs, you should add a mapping here. use constant JOB_MAP => { send_mail => 'Bugzilla::Job::Mailer', + bug_mail => 'Bugzilla::Job::BugMail', }; # Without a driver cache TheSchwartz opens a new database connection -- cgit v1.2.3-24-g4f1b