diff --git a/status/autopilot.go b/status/autopilot.go index 63cf388a..8f411dc7 100644 --- a/status/autopilot.go +++ b/status/autopilot.go @@ -2,7 +2,7 @@ package status import "context" -var runAutoPilot = make(chan struct{}) +var runAutoPilot = make(chan struct{}, 1) func triggerAutopilot() { select {