PowerShell / PowerShellGallery

220 stars 59 forks source link

Publishing to PowerShell Gallery is running slowly #215

Open boblodgett opened 2 years ago

boblodgett commented 2 years ago

Publishing to PowerShell gallery is running slowly today and timing out on some larger packages:

Failed to publish module 'AWSPowerShell.NetCore': 'nuget.exe failed to push A task was canceled. Pushing took too long. You can change the default timeout of 300 seconds by using the -Timeout option with the push command. '

Finding packages / loading from PowerShell Gallery is also periodically running slowly at times taking up to 16 seconds:

Measure-Command { Find-Module AWSPowerShell } | Select-Object -ExpandProperty totalseconds

Timeframes on 2/17/2022 -7:00 AM - 9:00 AM PST -2:50 PM PST+

boblodgett commented 2 years ago

Find-Module is again operating very slow. From 3/23 10:40 UTC - 3/23 16:10 UTC+

Measure-Command { Find-Module AWSPowerShell } | Select-Object -ExpandProperty totalseconds

Is taking 58.65 seconds when 2 seconds is typical max.