joseballester / muFunds

µFunds lets you import your asset data from Morningstar and other sources to your Google Sheets spreadsheet by using a simple formula.
https://mufunds.com
81 stars 11 forks source link

Avoid caching for morningstar-uk #51

Closed joseballester closed 2 years ago

joseballester commented 2 years ago

It seems that snapshot pages for UK had a source code that was too long to be cached by Google Apps Script cache service. Caching has been temporarily disabled for morningstar-uk/morningstar-gb so results can be returned for this source.

hmonteiro commented 2 years ago

Could hashing the cacheId help on this case? It would always produce a fixed length output.

hmonteiro commented 2 years ago

Ignore, I just realised you meant the content was too big and not the identifier