On Wed, Dec 17, 2008 at 01:34:05PM +0100, Michael Hanselmann wrote: > > A job queue with too many jobs can increase memory usage and/or make > the master daemon slow. The current limit is just an arbitrary number. > A "soft" limit for automatic job archival is prepared. > --- > lib/cli.py | 3 +++ > lib/constants.py | 2 ++ > lib/errors.py | 8 ++++++++ > lib/jqueue.py | 12 ++++++++++++ > 4 files changed, 25 insertions(+), 0 deletions(-)
LGTM, thanks.