I have a custom integration tracking user events via the “Track API”. Before I submit the GET /track?data={{data}} request, I open an HTTP2 connection.
Things work fine, for the most part. However, during a 24 hours period, and in a random fashion, my HTTP2 connection gets terminated. My application really never becomes dormant and I still see this error during peak hours.
Is there something I can do on my side, when working with http2 connections, to prevent the klaviyo host from terminating my connection? I’ve already verified that nothing in my infrastructure is killing my tcp connection.