-
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
PowerShell Gallery Extremely Slow Publishing and Access #274
Comments
@boblodgett Thanks for letting us know, we've been doing some deployments which may have caused a bit of latency, though it shouldn't be that extreme. Do you know when exactly this started happening or just that it was roughly 24 hours ago? Things should be stable in terms of deployments, but please keep us updated if this issue continues or resolves. We'll investigate and see if we can pinpoint what's going. |
@alerickson our metrics show that the slowness with |
@alerickson appears to be closer to baseline from |
@alerickson how much latency was added to the system? Should we be seeing job steps that are going from 12 minutes up to 60+ minutes for downloading modules to our agents in Azure DevOps Service (use Azure VMSS deployed agents so our steps to install dependent modules has to run in every run). |
@alerickson - All of our builds are now failing/timing out when we use |
@alerickson @SteveL-MSFT We are unable to publish modules at the moment. Are you folks working on a fix? |
@SydneyhSmith - FYI - serious performance issues with Powershell gallery again. Has been this way since late last week. |
Making some changes this morning and monitoring-- hopefully should be improving shortly |
Discovered this post after noticing that PowerShell modules which used to update in seconds, are now taking 5-30+ minutes. Still haven't seen Microsoft.Graph finish installing. Perhaps a load balancing, server I/O, or software timeout issue on the server side? Good luck with the fix! |
Performance is still very bad - 1 day later. |
Same for us. It was "OK" briefly in the morning (UK time) and then it went super slow again. |
our pipelines have been experiencing the slowness (causing failures) since about Noon Central Time yesterday. It seems to happen in waves, and will occur for an hour or two, and then things work, and then later another hour or two of failures. |
Thanks for the continued updates, our monitors are showing that the Gallery is healthy at this point, after we have made updates, but we are doing deeper investigation based on these reports |
I've had a ticket open with the graph team since yesterday. It was recommended that I drop the ticket number here - 2*0007771 We've had pipelines fail with It seems like its a bit better today but there is still some huge delays. Any updates on what you're seeing on your end? |
Our monitors show it is still working very slowly. These problems started shortly before I opened this ticket and have not completely recovered since. The requests are timing out for us:
|
We are also seeing issues across all of our environments with all different types of modules. Sometimes gets an error, sometimes it never completes and is just suspended. Have not seen this issue before |
We just finished another deployment-- let me know if you are seeing any improvement |
What were the causes of the issues? |
The initial cause points to high load on the service--- we are still determining the full series of events as to why the service did not scale as expected |
It does seem a lot more performant right now. Install of Az module was much faster. Now testing install of Microsoft.Graph module which as well as being slow was also giving |
Yeah definitely a lot better!
|
Performance is much better on my end is well. |
Prerequisites
Steps to reproduce
Starting within the last 24 hours PowerShell Gallery has become extremely slow. I do not see anything on the status page yet but there should be.
Accessing the gallery is slow.
PSResourceGet is failing with:
"Message": "Response status code does not indicate success: 503 (Service Unavailable).
on and off. Example URL: "https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AWS.Tools.ECRPublic'&$inlinecount=allpages&$filter=IsLatestVersion%20and%20Id%20eq%20'AWS.Tools.ECRPublic'"Publishing packages is extremely slow. It has taken about 2 hrs to publish 190 packages. Still has to publish 180 more packages where yesterday it took about 1 hr to finish (Normal). It is going to take it more than 4 hours to publish at this rate.
Expected behavior
Working with normal speed.
Actual behavior
It is extremely slow.
Error details
No response
Environment data
N/A
Version
N/A
Visuals
No response
The text was updated successfully, but these errors were encountered: