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

Add grace period support a-la varnish #1

Open
maxjustus opened this issue Jan 20, 2014 · 0 comments
Open

Add grace period support a-la varnish #1

maxjustus opened this issue Jan 20, 2014 · 0 comments

Comments

@maxjustus
Copy link
Owner

Allow for a grace period where a stale response is served while backend fetches a fresh version. https://www.varnish-cache.org/trac/wiki/VCLExampleGrace

Something like this within the context of a request:

  • Receive response
  • Detect stale (upto grace time)
  • Serve stale
  • Fetch fresh from backend and store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant