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

Decide and document behavior of "Errno::EMFILE: Too many open files" #47

Open
troy opened this issue Jan 11, 2013 · 4 comments
Open

Decide and document behavior of "Errno::EMFILE: Too many open files" #47

troy opened this issue Jan 11, 2013 · 4 comments

Comments

@troy
Copy link
Contributor

troy commented Jan 11, 2013

No description provided.

@dkhofer
Copy link

dkhofer commented Jan 16, 2013

Hi,

I'm curious about the status of this ticket. Is it something you're actively working on, or expect to work on in the next week or so? If not, I will implement a temporary workaround on our side, but I thought I'd see where you are before doing that. Thanks!

@troy
Copy link
Contributor Author

troy commented Jan 16, 2013

Hi David,

Thanks for asking. It's not something we're actively working on or expect to work on in the next week. It will definitely get done, but it's probably a few weeks out. Is a narrower glob a sufficient workaround until then?

Troy

@dkhofer
Copy link

dkhofer commented Jan 17, 2013

Hi Troy,

Unfortunately, the glob that we have matches exactly the files that we want to upload, it's just that we have a lot of them, > 1000 per machine per day. :-)

Thanks,
David

@troy
Copy link
Contributor Author

troy commented Jan 17, 2013

Ouch! Is catching the error and dying hard enough of an improvement to be worth doing, or would you need it to elegantly handle the changes (so the error is never reached) in order for such a fix to be useful?

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