x/telemetry/upload: UploadConfig is sticky #62405
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
telemetry
x/telemetry issues
Milestone
We originally thought upload would run from a separate process,
and made it to download the UploadConfig only once and keep using it.
(code)
But we ended up calling upload from a goroutine periodically in gopls integration.
This caused a long running gopls instance to keep using the same (or maybe stale) version of config throughout its lifetime.
cc @pjweinb @findleyr
The text was updated successfully, but these errors were encountered: