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