We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eac69 commit 1cdac83Copy full SHA for 1cdac83
pkg/monitoring/feed_monitor.go
@@ -36,7 +36,7 @@ func (f *feedMonitor) Run(ctx context.Context) {
36
var subs utils.Subprocesses
37
38
// Listen for updates
39
- updatesFanIn := make(chan interface{})
+ updatesFanIn := make(chan interface{}, 1)
40
for _, poller := range f.pollers {
41
poller := poller
42
subs.Go(func() {
0 commit comments