tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

Added retry limit to Kopf handlers #59

Closed LesterThomas closed 3 years ago

LesterThomas commented 3 years ago

The memory leak turned out to be a different issue that had already been resolved. As part of investigating, I applied a retry limit of 5 to all the Kopf handlers (it was retrying indefinitely).

closes #58