Hello!
I’ve noticed a few spikes in response time of my microservice’s APIs. Upon further debugging, I observed that when multiple concurrent requests hit my service, then a few of them gets processed with some delay. I tried increasing the
runningLimit
of my Netty engine but it didn’t help. Did anybody else ever came across this issue?
ktor version: 2.1.1