We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Memory usage gradually increases after Timeout awaiting 'request' Behaviour is different when using AbortController, ram is on one level
Timeout awaiting 'request'
When script send hundreds of requests to api and most of them failed after request error, memory consumption increases till heap out of memory error
After failed request resource are cleared and memory usage stays on consistent level
https://github.com/archvlad/got_memory_leak
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Memory usage gradually increases after
Timeout awaiting 'request'
Behaviour is different when using AbortController, ram is on one level
Actual behavior
When script send hundreds of requests to api and most of them failed after request error, memory consumption increases till heap out of memory error
Expected behavior
After failed request resource are cleared and memory usage stays on consistent level
Code to reproduce
https://github.com/archvlad/got_memory_leak
Checklist
The text was updated successfully, but these errors were encountered: