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

Excessive file descriptors? #59

Closed
danqing opened this issue Feb 16, 2016 · 2 comments
Closed

Excessive file descriptors? #59

danqing opened this issue Feb 16, 2016 · 2 comments

Comments

@danqing
Copy link

danqing commented Feb 16, 2016

Hi,

When I'm running go-workers I have constantly growing # file descriptors. I don't think I'm manually opening fd's without closing them, so I wonder if there's any clean up work needed for go-workers to close file descriptors? (e.g. redis connections, etc.)

Thanks!

@jrallison
Copy link
Owner

Hey @danqing, go-workers maintains and re-uses a pool of redis connections, which doesn't grow without bound. Are you perhaps doing something inside your worker job which is holding onto file descriptors?

@jrallison jrallison reopened this Feb 23, 2016
@jrallison
Copy link
Owner

Closing since no recent activity. Reopen if this is still an issue

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