-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The Sinatra app has a tiny cache for the feed data to make requests more speedy for the user. It's set for a 3 hour expiration to keep it fresh, but unfortunately the first user to hit it has to wait while the cache rebuilds. After that it's fast as shit.
What's involved in setting up a background job to automatically rebuild the cache so we don't have to rely on a web request to kick one off?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels