HTTP Connection Keep-Alive

Hi there,

I’m tuning our http connection pool config which is used to interact with the /oauth/token endpoint. Occasionally our requests time out (we’ve se the timeout to 3 seconds) in a spiky fashion, so I was wondering if anyone happens to know what connection client side http keep alive auth0 is using in their load balancers.

hm - it seems they’re using h2

  • Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
    < HTTP/2 404
    < date: Mon, 10 Jan 2022 12:23:07 GMT
    < content-type: text/plain; charset=utf-8
    < content-length: 10
    < server: nginx

Hey @landro, we’re experimenting with the same issue at the moment.

Do you have any additional information about how you fixed that if that’s the case?

Thanks!