I cannot type today
This commit is contained in:
@@ -111,7 +111,7 @@ namespace daggy {
|
||||
while (n_submitted < MAX_SUBMITS) {
|
||||
auto t = dag_.visitNext();
|
||||
if (!t)
|
||||
continue;
|
||||
break;
|
||||
auto &taskName = t.value().first;
|
||||
taskAttemptCounts_[taskName] = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user