You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NewMetadataService is executed based on the period set in the config e.g. 1m, so the in memory maps we're using for caching aren't actually helping, we're still fetching fresh data every time.
We need proper caching for all metadata collectors:
compute
cloudsql
redis
dataproc (once it's merged)
It could be made configurable to be refreshed every hour/12h/day etc.
The text was updated successfully, but these errors were encountered:
NewMetadataService
is executed based on the period set in the config e.g.1m
, so the in memory maps we're using for caching aren't actually helping, we're still fetching fresh data every time.We need proper caching for all metadata collectors:
compute
cloudsql
redis
dataproc
(once it's merged)It could be made configurable to be refreshed every hour/12h/day etc.
The text was updated successfully, but these errors were encountered: