microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
64 stars 17 forks source link

504 Gateway Time-out on packages.microsoft.com #138

Closed timd73 closed 3 months ago

timd73 commented 3 months ago

Describe the issue 504 errors on PMC

When did the issue occur? Sun Jun 9, all day.

If applicable, what package did you attempt to install, and from which repo? https://packages.microsoft.com/rhel/9/prod/msodbcsql18-18.1.1.1-1.x86_64.rpm https://packages.microsoft.com/rhel/9/prod/mssql-tools18-18.1.1.1-1.x86_64.rpm

Steps to Reproduce

wget "https://packages.microsoft.com/rhel/9/prod/msodbcsql18-18.1.1.1-1.x86_64.rpm"
--2024-06-09 17:29:17--  https://packages.microsoft.com/rhel/9/prod/msodbcsql18-18.1.1.1-1.x86_64.rpm
Resolving packages.microsoft.com (packages.microsoft.com)... 13.107.246.43
Connecting to packages.microsoft.com (packages.microsoft.com)|13.107.246.43|:443... connected.
HTTP request sent, awaiting response... 504 Gateway Time-out
Retrying.

NOTE: Intermittent - it sometimes succeeds, especially when run from GitHub actions, but it fails frequently too. From my laptop, it always fails.

Actual Result 504 Gateway Time-out

Expected Result 200 OK and file downloaded

mbearup commented 3 months ago

@timd73 there is currently an outage affecting packages.microsoft.com. Our central infrastructure is unable to pull container images that are used for central services. We're working urgently to resolve the issue,

mbearup commented 3 months ago

packages.microsoft.com service should now be restored. Let us know if you continue to see issues.

timd73 commented 3 months ago

@mbearup right now it looks solved - I'll let you know if it recurs. Thanks!