Skip to content

Commit

Permalink
Use background context again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wissmann committed Jul 14, 2020
1 parent 8fc185f commit cac4019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/bigmachine.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (b *bigmachineExecutor) manager(ctx context.Context, i int) *machineManager
maxLoad = 0
}
b.managers[i] = newMachineManager(b.b, b.params, b.status, b.sess.Parallelism(), maxLoad, b.worker)
go b.managers[i].Do(ctx, b.isShutdown())
go b.managers[i].Do(backgroundcontext.Get(), b.isShutdown())
}
return b.managers[i]
}
Expand Down

0 comments on commit cac4019

Please sign in to comment.