-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Support TCP checks #134
Comments
On second thought, its better to push this externally. Reduces complexity. |
Can you clarify? |
I think its simple enough to rely on standard unix commands like |
And to perhaps address the original issue, we've been bouncing ideas for long-running processes to avoid the fork/exec cost for thousands of services. Is this what you were thinking @armon? |
Yeah #132 is open for that exactly |
Seems like the push-style checks are provided by the API endpoints |
For high volume HTTP checks, we can avoid fork/exec and do the TCP check in process
The text was updated successfully, but these errors were encountered: