Skip to content

Commit cac4019

Browse files
author
Alex Wissmann
committed
Use background context again
1 parent 8fc185f commit cac4019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/bigmachine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (b *bigmachineExecutor) manager(ctx context.Context, i int) *machineManager
163163
maxLoad = 0
164164
}
165165
b.managers[i] = newMachineManager(b.b, b.params, b.status, b.sess.Parallelism(), maxLoad, b.worker)
166-
go b.managers[i].Do(ctx, b.isShutdown())
166+
go b.managers[i].Do(backgroundcontext.Get(), b.isShutdown())
167167
}
168168
return b.managers[i]
169169
}

0 commit comments

Comments
 (0)