-
Notifications
You must be signed in to change notification settings - Fork 12
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
Too many connections error #23
Comments
Fixed in 1.2.7 |
It does not appear solved for me
|
Any chance this can be reopened? |
@jgulotta Can you show your dependencies and plugins? |
This happens to me on all projects starting around 7 dependencies, usually after SBT is first launched. I have a few global plugins
We have an internal plugin at work that has a few plugin dependencies
One project that shows the issue with relatively few and non-internal dependencies (other than the plugin) has
If I remove the AWS dependencies, I can run the task without error. If I add even one back I start seeing connection exhaustion errors. |
I constantly get errors like this running
dependencyUpdates
I have less than 20 direct library/test/plugin dependencies for this project and have not been able to determine what causes the explosion in connections.
The message itself appears to come from
async-http-client
'sTooManyConnectionsException
and/orTooManyConnectionsPerHostException
I realize the information here is sparse but it's all I have been able to gather. I'm happy to gather more if you have ideas for things I can check.
If it's not possible to track down the real issue from such sparse info, maybe it's possible to alter how many requests are sent in parallel to stay under the limit, or maybe to issue backoff/retries for
TooManyConnectionsException
andTooManyConnectionsPerHostException
?The text was updated successfully, but these errors were encountered: