timwind commented on issue #4195: URL: https://github.com/apache/servicecomb-java-chassis/issues/4195#issuecomment-1899948660
像这种服务端偶发耗时长,导致积压的问题,能修改哪个参数解决吗? 旧请求一直积压着处理,有可能会导致新来的正常请求都无法及时响应。后端服务压力也无法及时释放。 业务上允许超时过长的请求抛弃掉,不影响新请求就行。 rest.client.maxWaitQueueSize设置为0? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
