You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/29 16:07:09 UTC

[GitHub] [trafficserver] ezelkow1 edited a comment on pull request #8473: Serve stale content from child if parent returns invalid/marked down

ezelkow1 edited a comment on pull request #8473:
URL: https://github.com/apache/trafficserver/pull/8473#issuecomment-954861826


   @serrislew Maybe max_stale_age is a complete upper bound, while the stale-if-error can change based on upstream response, so determination would just be min(SIE, max_stale_age) > current_stale_age -> return stale. This is similar to guaranteed max lifetime vs. max-age/s-max used in freshness calculations.
   
   Anyways just a thought, I know we've discussed trying to add SIE and SWR before, not saying it should be done in this PR either, just throwing out ideas.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org