call HandleJobs() when RunJob() finished to run any dependant jobs
This commit is contained in:
@@ -243,6 +243,8 @@ def RunJob(job):
|
||||
JobGetFileDetails(job)
|
||||
else:
|
||||
print("ERROR: Requested to process unknown job type: {}".format(job.name))
|
||||
# okay, we finished a job, so check for any jobs that are dependant on this and run them...
|
||||
HandleJobs()
|
||||
return
|
||||
|
||||
def FinishJob(job, last_log, state="Completed", pa_job_state="Completed"):
|
||||
|
||||
Reference in New Issue
Block a user