mozilla / fxa-amplitude-send

Data pipeline scripts for importing Firefox Accounts event data to Amplitude.
Mozilla Public License 2.0
7 stars 9 forks source link

Memory leak when using JS pubsub client #116

Open jaredhirsch opened 4 years ago

jaredhirsch commented 4 years ago

The streaming client (pubsub/index.js) leaks memory over time.

This leak is fixed by using the C++ grpc library, so it's possible there's a bug in the way the code closes and reopens connections, or there might be a bug in Google's js-grpc library, or both.