Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceeded configured max-open-requests value #3

Open
tbenst opened this issue Jan 29, 2020 · 2 comments
Open

Exceeded configured max-open-requests value #3

tbenst opened this issue Jan 29, 2020 · 2 comments

Comments

@tbenst
Copy link

tbenst commented Jan 29, 2020

Thanks for this! Just tried using the docker command in README. I verified that I can see Cromwell Swagger on localhost:8080, but when trying to connect using cromwell-client I get:
running workflow at http://127.0.0.1:8080 failed
Exceeded configured max-open-requests value of [32]. This means that the request queue of this pool (HostConnectionPoolSetup(127.0.0.1,8080,ConnectionPoolSetup(ConnectionPoolSettings(512,0,5,32,1,Duration.Inf,100 milliseconds,2 minutes,30 seconds,ClientConnectionSettings(Some(User-Agent: akka-http/10.1.11),30 seconds,2 minutes,512,None,WebSocketSettings(<function0>,ping,Duration.Inf,akka.http.impl.settings.WebSocketSettingsImpl$$$Lambda$153/1984513847@29dfcd54),List(),ParserSettings(2048,16,64,64,8192,64,8388608,8388608,256,1048576,Strict,RFC6265,true,Set(),Full,Error,Map(If-Range -> 0, If-Modified-Since -> 0, If-Unmodified-Since -> 0, default -> 12, Content-MD5 -> 0, Date -> 0, If-Match -> 0, If-None-Match -> 0, User-Agent -> 32),false,true,akka.util.ConstantFun$$$Lambda$42/1795960102@39d055a7,akka.util.ConstantFun$$$Lambda$42/1795960102@39d055a7,akka.util.ConstantFun$$$Lambda$43/1027591600@74f495e4),None,TCPTransport),New,1 second),akka.http.scaladsl.HttpConnectionContext$@277f2c96,akka.event.MarkerLoggingAdapter@354212da))) has completely filled up because the pool currently does not process requests fast enough to handle the incoming request load. Please retry the request later. See http://doc.akka.io/docs/akka-http/current/scala/http/client-side/pool-overflow.html for more information.
Let me know how I can help debug?

@antonkulaga
Copy link
Owner

@tbenst sorry, did not get notification of this issue. Do you still have this issue?

@antonkulaga
Copy link
Owner

I cannot yet reproduce. Will put more attention to it on the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants