Comment 1 for bug 1314569

Revision history for this message
Colin Watson (cjwatson) wrote :

I think the problem may be in lazr.jobrunner. RunJob.run does indeed do a job.acquireLease(), but it doesn't commit the transaction at that point (unlike JobRunner.runAll) so other processes won't see it.