Skip to content

Fix: Increased blog feed cache timeout to 1 day#11908

Merged
mekarpeles merged 1 commit intointernetarchive:masterfrom
Saad259:fix-blog-feed-cache-timeout
Feb 23, 2026
Merged

Fix: Increased blog feed cache timeout to 1 day#11908
mekarpeles merged 1 commit intointernetarchive:masterfrom
Saad259:fix-blog-feed-cache-timeout

Conversation

@Saad259
Copy link
Copy Markdown
Contributor

@Saad259 Saad259 commented Feb 22, 2026

Closes #2831

The blog feed cache timeout has been increased from 5 minutes to 1 day. The blog feed updates on the scale of months, not minutes, so a 5 minute cache timeout was unnecessarily frequent. Staff can evict the cache entry manually if needed using the cache key upstream.get_blog_feeds$

Technical

Testing

  1. Load the Open Library homepage and confirm the Latest Blog Posts section loads correctly
  2. Reload the page multiple times and confirm the feed is not being re-fetched on each load

Screenshot

Not applicable, no UI changes.

Stakeholders

@mekarpeles mekarpeles merged commit b0b2693 into internetarchive:master Feb 23, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

Conditionally fetch blog RSS feed - performance improvement

2 participants