tangled
alpha
login
or
join now
edavis.dev
/
recordcollector
18
fork
atom
this repo has no description
18
fork
atom
overview
issues
2
pulls
pipelines
feat: don't log when skipping a recent label
Eric Davis
3 weeks ago
c9e1ff87
ee38fbac
-1
1 changed file
expand all
collapse all
unified
split
cmd
recordcollector
main.go
-1
cmd/recordcollector/main.go
···
204
204
// Continue anyway - better to potentially duplicate than miss labels
205
205
}
206
206
if exists > 0 {
207
207
-
h.logger.Info("skipping label, already emitted recently", "did", did, "label", label)
208
207
return nil
209
208
}
210
209