If it’s always the first request then it sounds like something in the global scope of the Worker
If it’s always the first request then it sounds like something in the global scope of the Worker
fetch() from the worker, then the requests above the limit will start failing?


fetch() const body = await c.req.parseBody();
c.env.R2_MY_BUCKET.put('test.png', body);