How to set keepalive requests & timeout values for sentry web?

Hi,

My sentry cluster runs on kubernetes. The backend service of the ingress sentry/sentry-sentry is closing idle http connections to fast. To avoid 502 Gateway Timeout errors the service needs to keep idle connections for at least 61 seconds.

Any suggestions how i can set the keepalive values ?

Regards,
Rajiv

1 Like

Hi there!

I was just wondering if you ever found a way to do this, or got around the issue of the 502 Gateway Timeout errors, Iā€™m running into the same thing.

Thanks!
Joe

Hi,

I enabled these flags in the sentry.conf and it resolved the issue :slight_smile:

Regards,
Rajiv