Search code examples
azure-devopsazure-artifacts

Why is my published feed not available for extended period of time?


I've noticed lately that newly published private (upstream feed) NPM packages are not available right away and sometimes takes anywhere from hours to days to become available.

My feed is scoped and looks similar to: @some-feed-ui:registry=https://pkgs.dev.azure.com/account/_packaging/some-feed@Local/npm/registry/

Could this issue be related to the scope not matching the feed or possibly using @Local/npm/registry/ instance?


Solution

  • I believe I found the answer in the Azure Documentation. Which also, indicates you can't access a newly published upstream feed for 24 hours. Does anyone know why this is?