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

added timeout in processQueue to ensure starved hosts are cleaned up #4

Closed
wants to merge 1 commit into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Jun 6, 2014

When there are no new URLs being fed to the queue, the processQueue
loop will wait on the queue channel forever, which means freeIdleHosts
will never be called.

When there are no new URLs being fed to the queue, the processQueue
loop will wait on the queue channel forever, which means freeIdleHosts
will never be called.
@mna
Copy link
Member

mna commented Jun 12, 2014

Thanks, very true. I'll take a closer look this weekend.

@mna
Copy link
Member

mna commented Jun 13, 2014

Fixed as discussed by email, thanks.

@mna mna closed this Jun 13, 2014
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

Successfully merging this pull request may close these issues.

1 participant