librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 206 forks source link

Disable single version updates for NPM #3278

Closed jhan217 closed 6 months ago

jhan217 commented 6 months ago

NPM is currently unreliable in its update publishing: https://github.com/npm/feedback/discussions/937 The updates are coming in out of order, which is throwing off single version updates.

In order to increase its reliability, we are disabling per-version updates for NPM until the update issues affecting the CouchDB feed are resolved.

It looks like the main entrypoint to this is the PackageManagerDownloadWorker, so I'll monitor that when this change goes out. If there's any other places to watch, let me know and I can keep an eye out.