-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Too many open files #764
Labels
Comments
The traceback
|
Nevermind the files descriptors are leaked in another part of the script unrelated with aiohttp is just that is always aiohttp the one that notices it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have script that continuously fetches an URL. After a couple of thousand request it starts failing with "too many open files".
Am I doing something wrong? or is it leaking file descriptors?
The text was updated successfully, but these errors were encountered: