-
Notifications
You must be signed in to change notification settings - Fork 87
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
eye timed out without responding... #99
Comments
I very rare saw client timeout, for server with 134 processes, |
What does LA mean? We don't have custom checks, but we have 100 I'd like to be able to run |
LA is server load average. |
Ah, yes, we have a very high LA. That being said, we don't mind waiting for output from eye. That's a great trick about the JSON output, thanks! |
Thank you! |
Hello,
We use eye to manage a large set of resque processes... currently around 100 per server.
Unfortunately, running
eye info
occasionally times out, due to the low default client timeout set by eye (5 seconds).We'd like to be able to increase that timeout easily, but the only way we could is by monkey-patching
Eye::Client#attempt_command
(and I don't think that is working anyway).Is there a better way to go about this? If not, could we add an easy-to-configure timeout for configurations with many subprocesses?
The text was updated successfully, but these errors were encountered: