On Thu 28 Mar 2019 11:17:48 AM CET, Vladimir Sementsov-Ogievskiy <[email protected]> wrote: >> + # Wait for all jobs to be finished. > > what about use just > self.cancel_and_wait() or self.wait_until_completed() here?
You're right, wait_until_completed() should be enough, commit on an intermediate node does not use BLOCK_JOB_READY. I'll resend. Berto
