resolves https://linear.app/comm/issue/ENG-9300/bump-identity-service-timeouts
users with bad internet can sometimes see their client time out while talking to identity. it seems that 5 seconds was too short, so bumping to 30 seconds.
Differential D13355
[grpc_clients] bump gRPC connection timeout to 30 seconds varun on Sep 16 2024, 3:57 PM. Authored by Tags None Referenced Files
Subscribers
Details resolves https://linear.app/comm/issue/ENG-9300/bump-identity-service-timeouts users with bad internet can sometimes see their client time out while talking to identity. it seems that 5 seconds was too short, so bumping to 30 seconds. tested this in D10329. also tested the native app with increased timeout to confirm there are no regressions
Diff Detail
Event TimelineComment Actions Does this affect both native and web? I think it might be better to bump to something higher. Would there be any downside to 20s or 30s? Comment Actions Just native and keyserver. The only potential downside is that 20s or 30s may feel unresponsive to users. Comment Actions 30 seconds feels excessive for establishing the tcp connection, but i think it makes sense for completing the actual request setting @ashoat as blocking |