Closed sethvargo closed 3 years ago
The jwks service sporadically times out, likely when building the cache.
We should consider moving computation to be more frequent and in-parallel, serving stale data when the result isn't rebuilt in time.
https://github.com/google/exposure-notifications-server/blob/main/internal/jwks/jwks.go#L76
TL;DR
The jwks service sporadically times out, likely when building the cache.
We should consider moving computation to be more frequent and in-parallel, serving stale data when the result isn't rebuilt in time.