Check dependencies after presubmitting

Issue #975 new
Erik Schnetter created an issue

When presubmitting, it may be that the first job is already done by the time the second job has been submitted. Since the second job waits until the first will finish, but the first job does not exist any more, some queueing systems will keep the second job on hold indefinitely.

Check for this condition after submitting the second job, and if so, release the hold on the second job explicitly.

Keyword:

Comments (0)

  1. Log in to comment