release-cloudflare-worker icon indicating copy to clipboard operation
release-cloudflare-worker copied to clipboard

Infra for serving Node.js downloads and documentation.

Results 37 release-cloudflare-worker issues
Sort by recently updated
recently updated
newest added

Implements the `OriginProvider` class as described in #111 and allows `R2Provider` to take in a fallback provider that will be used if R2 fails.

Sentry Issue: [DIST-WORKER-PROD-1F](https://nodejs-org.sentry.io/issues/5204138826/) ``` Error: Network connection lost. at Object.getHandler [as get] (worker.js:18425:23) at Object.fetch (worker.js:26727:18) ``` This issue was automatically created by Sentry via [Node.js Worker Default Rule](https://sentry.io/organizations/nodejs-org/alerts/rules/dist-worker-prod/14799714/)

bug

# Issue Directory listing through R2's S3 api isn't super performant, especially when compared to nginx's ability on the DO server. For `/download/release/`, R2 takes ~3sec uncached while nginx takes...

enhancement

# Background As of right now the code behind fetching files, heading files, and listing directories is functional and working fine. However, it isn't the cleanest. # Current Request Flow...

enhancement

Sentry Issue: [DIST-WORKER-PROD-1E](https://nodejs-org.sentry.io/issues/5099859131/) ``` Error: R2 GetObject failed after 5 retries: Error: Comma was expected to separate etags at r2GetWithRetries (worker.js:18155:17) at getFile (worker.js:18195:27) at Object.getHandler [as get] (worker.js:18459:16) at...

bug

There are still a few loose ends we should fix before releasing our Worker fully on production, this issue tracks all pending work: - [x] https://github.com/nodejs/release-cloudflare-worker/pull/64 - [x] https://github.com/nodejs/release-cloudflare-worker/issues/66 -...

Sentry Issue: [DIST-WORKER-PROD-1D](https://nodejs-org.sentry.io/issues/4672389262/) ``` Error: R2 HeadObject failed after 3 retries: Error: head: We encountered an internal error. Please try again. (10001) at r2HeadWithRetries (worker.js:18152:9) at getFile (worker.js:18170:14) at Object.getHandler...

bug

### URL: https://nodejs.org/download/release/ ### Browser Name: n/a ### Browser Version: n/a ### Operating System: n/a ### How to reproduce the issue: The https://nodejs.org/download/release/index.json and https://nodejs.org/download/release/index.tab files were not updated to...

bug

Sentry Issue: [DIST-WORKER-PROD-1B](https://nodejs-org.sentry.io/issues/4639045092/) ``` Error: R2 failed listing path nodejs/release/v18.18.2/docs/api/ at fetchR2Result (worker.js:18256:9) at listDirectory (worker.js:18272:20) at Object.getHandler [as get] (worker.js:18341:16) at Object.fetch (worker.js:26600:18) ``` This issue was automatically created...

bug