mirror of https://github.com/dexidp/dex.git
Browse Source
If something causes the number k8s resources to increase beyond a certain threshold, garbage collection can fail because the query to retrieve those resources will time out, resulting in a perpetual cycle of being unable to garbage collect resources. In lieu of trying to get *every* object each cycle, we can limit the number of resources retrieved per GC cycle to some reasonable number. Signed-off-by: Michael Kelly <mkelly@arista.com>pull/2524/head
2 changed files with 37 additions and 9 deletions
Loading…
Reference in new issue