summaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue.pm
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Bug 1450283 - JobQueue should treat "no jobs" as a trace-level message, and a...Dylan William Hardison1-1/+6
2018-03-26no bug - run jobqueue fasterDylan William Hardison1-1/+1
2018-03-26no bug - TheSchwartz debug log is really more like info level in how we have ...Dylan William Hardison1-1/+1
2018-03-13Bug 1441181 - Step 5 - Add logging to jobqueueDylan William Hardison1-0/+10
2018-03-13Bug 1441181 - Step 4 - Re-implement subprocess code with IO::AsyncDylan William Hardison1-0/+21
2018-03-08Revert "Bug 832893: change jobqueue.pl to spawn worker processes to deliver b...Dylan William Hardison1-53/+0
2018-03-06Bug 1441181 - Step 3 - Clear memory after each job, not beforeDylan William Hardison1-1/+2
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-2/+2
2017-02-03Bug 1335233 - Fix some memory leaks in jobqueue codeDylan William Hardison1-0/+2
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-20/+7
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-7/+20
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-20/+7
2015-07-23Bug 1185467 - decrease max_messages to address swap usage alertsByron Jones1-1/+1
2014-10-23Bug 1072662: bugzilla-rw-vip.db.scl3.mozilla.com:Schwartz Queue is CRITICALByron Jones1-1/+1
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones1-0/+14
2013-10-21Bug 910565: backport bug 877078 to bmo (shift bugmail generation to the jobqu...Byron Jones1-0/+1
2013-02-27disable debugging on jobqueue worker processesByron Jones1-1/+1
2013-02-07Bug 832893: change jobqueue.pl to spawn worker processes to deliver bugmail t...Byron Jones1-0/+53
2012-12-20Bug 822547: jobqueue.pl should clear the request cache before sending each mailByron Jones1-0/+7
2011-11-15Bug 702208: TheSchwartz should not open a new db connection for each email (u...Byron Jones1-1/+6
2011-11-14Bug 702208: TheSchwartz should not open a new db connection for each emailByron Jones1-0/+1
2011-01-05Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham1-1/+11
2009-11-22Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...lpsolit%gmail.com1-1/+3
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org1-1/+1
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-2/+2
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+108