From d8b2e0a60964acc1d4b470f4c6d859ec35bb173d Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Mon, 14 Oct 2024 12:23:29 -0400 Subject: [PATCH] fix: workstealer sleeps even when notifications are available Signed-off-by: Nick Mitchell --- pkg/runtime/workstealer/run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/runtime/workstealer/run.go b/pkg/runtime/workstealer/run.go index 60e3d019..52697b24 100644 --- a/pkg/runtime/workstealer/run.go +++ b/pkg/runtime/workstealer/run.go @@ -73,9 +73,6 @@ func Run(ctx context.Context) error { // all done break } - - // sleep for a bit - time.Sleep(s) } // Drop a final breadcrumb indicating we are ready to tear