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

feat: use nc healthcheck #116

Closed
wants to merge 3 commits into from
Closed

feat: use nc healthcheck #116

wants to merge 3 commits into from

Conversation

loks0n
Copy link
Member

@loks0n loks0n commented Oct 22, 2024

Before executing functions, we perform attempt to create a TCP socket connection to the container hostname on port 3000. We think this might be unreliable, and result in dropped requests. This PR replaces that with a netcat command execution.

https://www.computerhope.com/unix/nc.htm#syntax

@loks0n loks0n closed this Nov 26, 2024
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