Giter Site home page Giter Site logo

cf-worker-r2-download-bug-reproducer's Introduction

This repository contains the source for a Rust Cloudflare worker that implements an API to download a large (~200 MB) file from R2 that results in the worker exceeding its CPU time limit. The same worker implemented in TypeScript/JavaScript does not exceed the CPU time limit.

Reproducing

The following steps can be used to reproduce the bug. They assume that you have already set up your environment with npm, wrangler, and rclone, and the corresponding set up in your Cloudflare account.

  • Create a R2 bucket in your Cloudflare account called r2-download-bug
  • Initialize the worker
    • npm install
  • Generate the test file using npm run gen-test-file
  • Upload the test file to the bucket
    • rclone copy --progress bucket-src/200MB-file r2:r2-download-bug/
  • Deploy the worker
    • npm run deploy
  • Open an additional terminal to tail the worker logs:
    • npx wrangler tail
  • In another terminal, download the file with curl:
    • curl -v https://r2-download-bug.$DOMAIN.workers.dev/200MB-file > ./200MB-file

After this last step, you should see the following:

  • The downloaded file is not the correct size. It will be less than expected due to the CPU limit being exceeded.
  • The wrangler logs will say something like:
GET https://r2-download-bug.$DOMAIN.workers.dev/200MB-file - Exceeded CPU Limit @ 9/20/2023, 10:40:04 AM
โœ˜ [ERROR]   Error: Worker exceeded CPU time limit.

Working Locally

The wrangler.toml is set up to work locally, but first, the local R2 bucket needs to be initialized. To do that, run the following:

npm run gen-test-file
npm run setup-local-r2

cf-worker-r2-download-bug-reproducer's People

Contributors

mcnulty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.