buildkit/util/flightcontrol
Tibor Vass ae84fa2c9a flightcontrol: add exponential backoff to Group.Do
This patch fixes a stack overflow panic by calling Do in a loop
instead of relying on recursion, with an added exponential
backoff which errors out if greater than 3 seconds.

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-10-03 17:56:18 +00:00
..
flightcontrol.go flightcontrol: add exponential backoff to Group.Do 2018-10-03 17:56:18 +00:00
flightcontrol_test.go Remove net/context dependencies 2018-01-17 09:11:22 -08:00