As described in #1943 when an account gets suspended/closed it continuously errors with convergence-non-fatal-error with FirstError wrapping a NoSuchEndpoint error. When this happens the memory usage of otter process seems to be increasing which means somewhere during this path memory is being leaked. I'll do some more analysis before confirming this.
I have not seen any memory leaks when this occurs in last 2-3 weeks. Moreover, the original NoSuchEndpoint problem has been fixed in #1948. Hence closing for now.
As described in #1943 when an account gets suspended/closed it continuously errors with
convergence-non-fatal-error
withFirstError
wrapping aNoSuchEndpoint
error. When this happens the memory usage of otter process seems to be increasing which means somewhere during this path memory is being leaked. I'll do some more analysis before confirming this.