Fix job queue behaviour when loading jobs
authorIustin Pop <iustin@google.com>
Thu, 16 Oct 2008 12:08:47 +0000 (12:08 +0000)
committerIustin Pop <iustin@google.com>
Thu, 16 Oct 2008 12:08:47 +0000 (12:08 +0000)
commit94ed59a55b483589a42f593da4ff0e540511f7c7
treee10157da5eb0691b1c246a842420535f9ed916e3
parentd5927e48485f07a48f059d4e23202142c646555a
Fix job queue behaviour when loading jobs

Currently, if loading a job fails, the job queue code raises an
exception and prevents the proper processing of the jobs in the queue.
We change this so that unparseable jobs are instead archived (if not
already).

Reviewed-by: imsnah
lib/jqueue.py