Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinai Yang (FA TALENT) committed Nov 9, 2018
1 parent 5123ab1 commit 9771511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ class LocalTrainingService implements TrainingService {
break;
}
this.occupyResource(resource);
this.jobQueue.shift();
await this.runTrialJob(trialJobId, resource);
}
this.jobQueue.shift();
}
await delay(5000);
}
Expand Down

0 comments on commit 9771511

Please sign in to comment.