Closed
Description
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.