jqueue: Log progress and load jobs one by one
authorMichael Hanselmann <hansmi@google.com>
Wed, 26 Nov 2008 16:16:03 +0000 (16:16 +0000)
committerMichael Hanselmann <hansmi@google.com>
Wed, 26 Nov 2008 16:16:03 +0000 (16:16 +0000)
commit711b51243f5e1d2c3d683acb3a18c2e72478cc12
tree0b19125889c327f0e46be063f8230501876df77c
parent1671492135c9b531dd80597e7e75d3988964dcf3
jqueue: Log progress and load jobs one by one

By logging more information, a user can see how far it is in inspecting
the queue. This can be useful with a large number of jobs. Also, instead
of loading all jobs in one go, load only the list of job IDs and then
load jobs one by one.

Reviewed-by: ultrotter
lib/jqueue.py