Results 217 comments of darkweak

It should work with the latest release of Souin (not yet available in the cache-handler).

Hello @digipigeon thank you for your issue. Reading these logs, I suspect two things - There were at least two coalesced requests on the same endpoint, call them clientA (first)...

Hello @yuriy-zhilovets2, because Træfik is too restrictive (we can't use `unsafe` nor librairies that rely on it, so any storage that are using xxhash can't be used), I developed a...

Hey @juliens, do you have clues to prevent that?

I'm migrating the HTTP cache from go middleware to the WASM middleware (due to limitations from yægi). It tries to recreate more and more instances, so I think the pool...

That means, it could create so much connections to the storage provider (e.g. redis/etcd) and there is no way to avoid reinitialization. If there is a reset (another init) when...

Thank you for taking in consideration this feedback. I hope the `Shared In-Memory Objects` could solve this problem. In the main, we retrieve the configuration. Maybe Træfik could export a...

Hey, sorry I missed your issue. Currently it doesn't set `cf-cache-status` but it sets well the `CDN-Cache-Control` and other any targeted cache control headers that are supported by Cloudflare in...

Hello, I have to write a patch that doesn't send the headers if that's an asynchronous revalidation (I think it tries to update the status code when the async revalidation...

Hello @daflyinbed do you have some logs about that? Are there any error logs during startup?