-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
NuGetUpdate.Cli discover gets Stuck in Docker #1161
Comments
I also tried the workaround mentioned at the end of #921, but didn't work. |
Concur we are seeing this. 1 private feed and only 6-7 relatively small .NET Core projects. |
We also seeing this across multiple repositories. Even more painful now version 1.24 has been removed and we cant revert to using that version! |
Using Is there any additional information you would like? |
Given that no errors are logged to console, it could just be a general performance issue during NuGet discovery rather than a specific bug in the update process. v1.25 was where the NuGet updater was rewritten in native C# and takes a lot longer to complete discovery now. In my own testing even with in a small repository of a handful of dependencies it can take several minutes to complete discovery. It's possible that the updater is working fine, it's just busy. Since it doesn't output any logs until it has finished it creates the perception that it has hung. When you say your repo has 87 projects, roughly how many dependencies would you estimate there are in total? |
@mburumaxwell I can report back that with both 1.30.0 and 1.30.2 it did no longer get stuck at this point and so that problem seems to be solved. |
Describe the bug
After upgrading to the most recent version (1.29) from 1.24 with private nuget feeds and many projects (currently 87) the NuGetUpdater got stuck for several hours when running in the docker container. Unfortunately, no more logs are generated than below after the list of dependency files.
Categorization
To Reproduce
Steps to reproduce the behavior (did not test with another project):
Expected behavior
Running dependabot
The text was updated successfully, but these errors were encountered: