nicolasazrak / caddy-cache

Caching middleware for caddy
Mozilla Public License 2.0
110 stars 30 forks source link

Cache plugin makes caddy crash with fatal error #25

Open faradaytrs opened 6 years ago

faradaytrs commented 6 years ago

https://github.com/mholt/caddy/issues/2137 Described here

nicolasazrak commented 6 years ago

Oh, that's strange, reading the logs it seems to be a concurrency issue. Something must be missing a lock. Is your server hitting high load? Does this error happen frequently? Do you know if there's a way to reproduce it? What other plugins are you using?

faradaytrs commented 6 years ago

Not a high load, maybe 20% sometimes more sometimes less. It only happened once and no, i don't know the way.

lmas commented 5 years ago

Had this issue too I think, but it was caused by the minify plugin. Solved it by removing it. :/