v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit ccf81ecee5 - Show all commits

View File

@ -346,6 +346,7 @@ func (e *TaskEngine) pollerTryAllWork() bool {
}
// if no work was accepted, are we bored? Then find work in priority order.
for _, v := range e.handlers {
v := v
if v.AssertMachineHasCapacity() != nil {
continue
}