You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How long should an issue be cached before being evicted?
Never? Unsure if there's a point to flat out eviction, unless it is requested that we purge our cache.
Should the cache return the same headers as github?
Pretty close. If we're serving from cache we won't have up-to-date data for some headers (rate limit), so those would be excluded.
Are there any well known cache headers we should also return / manipulate?
Date will be most important. If we have an ETag, we can return it, but we would only get that from a detail request (most often we get issue payloads from multi-issue queries.
Questions
The text was updated successfully, but these errors were encountered: