Hey, when sending a lot of requests for testing re...
# ktor
a
Hey, when sending a lot of requests for testing reasons to my ktor server in a knative cluster i observed that at one point it started to only throw exception like
kotlinx.coroutines.JobCancellationException: LazyStandaloneCoroutine was cancelled
and
Copy code
java.util.concurrent.RejectedExecutionException: event executor terminatedat io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)