You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the target http service is down (e.g. scaled down by knative), it takes some seconds to have it running again, so the http call waits but blocks the event-loop:
Jul 08, 2020 1:56:53 PM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-0,5,main]=Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2781 ms, time limit is 2000 ms
The text was updated successfully, but these errors were encountered:
I've the following route:
If the target http service is down (e.g. scaled down by knative), it takes some seconds to have it running again, so the http call waits but blocks the event-loop:
The text was updated successfully, but these errors were encountered: