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

Tag rustup artifacts with surrogate key #416

Merged
merged 1 commit into from
Aug 14, 2024

Commits on May 9, 2024

  1. Tag rustup artifacts with surrogate key

    We use surrogate keys[^1] on Fastly to invalidate the cache for specific
    objects, e.g. when new versions of Rust or rustup are released.
    Surrogate keys are transparently set in the Fastly configuration based
    on the request path.
    
    A new VCL snippet has been added that tags every rustup artifact with
    the `rustup` surrogate key so that we can purge them from the cache when
    a new rustup version is released.
    jdno committed May 9, 2024
    Configuration menu
    Copy the full SHA
    384dcc9 View commit details
    Browse the repository at this point in the history