Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CF worker 部署时报错 #70

Open
hohouman opened this issue Dec 12, 2024 · 1 comment
Open

CF worker 部署时报错 #70

hohouman opened this issue Dec 12, 2024 · 1 comment

Comments

@hohouman
Copy link

A ReadableStream branch was created but never consumed. Such branches can be created, for instance, by calling the tee() method on a ReadableStream, or by calling the clone() method on a Request or Response object. If a branch is created but never consumed, it can force the runtime to buffer the entire body of the stream in memory, which may cause the Worker to exceed its memory limit and be terminated. To avoid this, ensure that all branches created are consumed.

  • Unused stream created:
    at Object.fetch (worker.js:343:51)
    at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
    at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@hohouman and others