From cc63433238b8614622b5d1c905fdcb30ed813874 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 11 Nov 2022 15:25:30 +0000 Subject: [PATCH] backport of commit fdc2c6b822b2d05259b72757e333f3095203f226 --- client/allocrunner/taskrunner/task_runner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/allocrunner/taskrunner/task_runner.go b/client/allocrunner/taskrunner/task_runner.go index c635ec0c269..12fa88ed6bf 100644 --- a/client/allocrunner/taskrunner/task_runner.go +++ b/client/allocrunner/taskrunner/task_runner.go @@ -565,7 +565,6 @@ func (tr *TaskRunner) Run() { // start with a stopped timer; actual restart delay computed later timer, stop := helper.NewStoppedTimer() - timer.Stop() defer stop() MAIN: