ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

don't return error on cache Set error; send response anyway #185

Closed wavemechanics closed 2 years ago

wavemechanics commented 2 years ago

What

I had the metadata endpoint returning an error to the client whenever the content could not be cached. This is dumb. Changed it to log an error, but send the response anyway.