Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
process all probes
Browse files Browse the repository at this point in the history
  • Loading branch information
philbrookes committed Sep 1, 2023
1 parent 5109d1b commit a45b877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/health/queuedProbeWorker.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (q *QueuedProbeWorker) dequeue(ctx context.Context) (HealthRequest, bool) {
q.mux.Unlock()

reqChn <- req
return
}

}()
Expand Down

0 comments on commit a45b877

Please sign in to comment.