Franco Romano Losada
CDCloudflare Developers
•Created by Franco Romano Losada on 4/20/2025 in #workers-help
pnpm: EMFILE: too many open files
Hey everyone, I'm encountering an error while trying to build my monorepo project using Cloudflare Workers and the github integration.
Any idea?
1 replies
CDCloudflare Developers
•Created by Franco Romano Losada on 4/9/2025 in #workers-help
Reusing DB instance with process.env
Hi everyone, now that accessing process.env is possible, when I create a db file with a connection to the db:
I get this error:
Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request’s handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.What's the explanation here? I thought that since every request is different, the module would be initiated per request.
17 replies