Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix /r/sat/:sat_number/at/:index/content caching #4226

Open
casey opened this issue Feb 12, 2025 · 3 comments
Open

Fix /r/sat/:sat_number/at/:index/content caching #4226

casey opened this issue Feb 12, 2025 · 3 comments

Comments

@casey
Copy link
Collaborator

casey commented Feb 12, 2025

This endpoint can change, so we should make sure it isn't cached. We have an audit-cache binary which could be useful.

From this comment

@gmart7t2
Copy link
Contributor

gmart7t2 commented Feb 13, 2025

Do we want such potentially large responses from API calls being non-cacheable? It might be better to just drop this endpoint completely and go back to have it be two calls: a small response that isn't cacheable followed by a large response that is...

Edit: since this endpoint already appeared in a release (0.22.2) I guess we now have to support it forever. That sucks :(

@RabbiGains-eth
Copy link

Appreciate you gents for taking a quick look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants