Skip to content

Commit

Permalink
fix: workstealer sleeps even when notifications are available
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Oct 14, 2024
1 parent 5e42b34 commit d8b2e0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/runtime/workstealer/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b2e0a

Please sign in to comment.