caddy-cache icon indicating copy to clipboard operation
caddy-cache copied to clipboard

Cache plugin makes caddy crash with fatal error

Open faradaytrs opened this issue 6 years ago • 3 comments

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

faradaytrs avatar Apr 25 '18 02:04 faradaytrs

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?

nicolasazrak avatar Apr 26 '18 01:04 nicolasazrak

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

faradaytrs avatar Apr 26 '18 02:04 faradaytrs

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

lmas avatar May 12 '19 15:05 lmas