summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+22
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2015-07-06Bug 1172968: Move the scripts we want to keep from contrib/* and place them ↵David Lawrence1-2/+2
in scripts/ directory. Remove contrib from repo
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones1-1/+1
2013-02-07Bug 832893: change jobqueue.pl to spawn worker processes to deliver bugmail ↵Byron Jones1-0/+1
to avoid memory leaks
2012-05-07Bug 744338: jobqueue.pl won't work if not called from the bugzilla/ root ↵Håkan Jerning1-1/+7
directory r/a=LpSolit
2011-01-27Allow jobqueue.pl to run once and then exit. r=mkanat.Gervase Markham1-0/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=621256
2009-09-04Bug 475403: A RHEL SysV Init Script for jobqueue.plmkanat%bugzilla.org1-1/+19
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-08-18Bug 509539: Allow jobqueue.pl to specify where it stores its PIDmkanat%bugzilla.org1-1/+8
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-12-24Fix some test failures caused by the checkin of bug 284184.mkanat%bugzilla.org1-2/+2
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+54
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat