Hi
I run traefik 2.10.6 as a docker container on my Unraid server. After a recent upgrade, the docker container keeps stopping randomly. I checked the logs and it seems to repeat something similar to this before it crashes:
goroutine 210 [select, 2 minutes]:
runtime.gopark(0xc002103f90?, 0x2?, 0xc0?, 0x31?, 0xc002103f7c?)
runtime/proc.go:398 +0xce fp=0xc002103e28 sp=0xc002103e08 pc=0x44138e
runtime.selectgo(0xc002103f90, 0xc002103f78, 0x0?, 0x0, 0x0?, 0x1)
runtime/select.go:327 +0x725 fp=0xc002103f48 sp=0xc002103e28 pc=0x4518a5
github.com/patrickmn/go-cache.(*janitor).Run(0xc001e82920, 0x0?)
github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1079 +0x7d fp=0xc002103fc0 sp=0xc002103f48 pc=0xcf8f5d
github.com/patrickmn/go-cache.runJanitor.func1()
github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1099 +0x25 fp=0xc002103fe0 sp=0xc002103fc0 pc=0xcf9105
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc002103fe8 sp=0xc002103fe0 pc=0x4758a1
created by github.com/patrickmn/go-cache.runJanitor in goroutine 140
github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1099 +0xdb
Here is the complete log:
Anyone know how to fix this?Thanks in advance