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

Commit

Permalink
Merge pull request #469 from philbrookes/process-all-probes
Browse files Browse the repository at this point in the history
process all probes
  • Loading branch information
openshift-merge-robot authored Sep 1, 2023
2 parents 5109d1b + a45b877 commit 2db61d7
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 2db61d7

Please sign in to comment.