You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vacuum implementation is causing a leak on Traefik v3 [traefik#21](traefik#21)
By allowing to disable the vacuum process certain use cases can avoid the issues caused by a memory leak.
This plugin was working fine on Traefik v2 but when we upgraded to Traefik v3 we had a problem of memory consumption growing.
While it is an issue it is not really a bug in the plugin but rather a bug in yaegi. It has been fixed but not yet released: traefik/yaegi#1618
In our use case we just use it for a limited amount of endpoints and we don´t really have a big need for vacuuming so we disabled it.
The result is very statisfying:
The text was updated successfully, but these errors were encountered: