Giter Club home page Giter Club logo

Comments (4)

bretthoerner avatar bretthoerner commented on June 20, 2024 3

If you do this order (serially):

  1. Write all assets out
  2. Write out the new manifest

You should never see a 404.

I can imagine a couple ways to see a 404:

a. If you race the asset + manifest uploads then anyone seeing the new manifest might 404 on assets they aren't in KV yet.
b. If you do any deletes to clean up no-longer-existing pages, people who see a previous (cached) manifest might see 404s.

from kv-asset-handler.

ashleymichal avatar ashleymichal commented on June 20, 2024

we can probably leverage the listKeys feature: https://developers.cloudflare.com/workers/reference/storage/listing-keys/

use the prefix to find the key we want first. this may incur a performance penalty, but would reduce downtime to effectively nothing if properly implemented.

from kv-asset-handler.

EverlastingBugstopper avatar EverlastingBugstopper commented on June 20, 2024

So I just tested to see if this happens and I'm not seeing it happen anymore for some reason... KV seems to be updating perfectly. @fernandogrd I saw that you had put a 👍 on this issue, have you run into this recently?

from kv-asset-handler.

fernandogrd avatar fernandogrd commented on June 20, 2024

@EverlastingBugstopper I was waiting for this to be fixed so I could use the static website feature, it was a blocker for me.

from kv-asset-handler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.