I have a finch endpoint that works fine when sequential calls are made.in case of concurrent requests, service latency is increasing in the proportion of the number of concurrent requests.I have two questions regarding this.
- Is blocking of thread causing latency problem?
- How many worker threads are present in finch?
- How to increase the number of worker threads?
- How will the system affect after changing default worker thread count?