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

Shutdown when getting os error 22 when binding sockets. #893

Open
XAMPPRocky opened this issue Feb 6, 2024 · 0 comments
Open

Shutdown when getting os error 22 when binding sockets. #893

XAMPPRocky opened this issue Feb 6, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@XAMPPRocky
Copy link
Collaborator

Currently if in our separate tasks that we fail to bind to sockets, we currently just log the error and try again. However in practice I've seen that these errors usually require a service restart to be fixed, because it usually represents an issue in docker/k8s. We should update the code so that when these errors happen, they propagate up to the root process, and cause the service to shutdown.

@XAMPPRocky XAMPPRocky added the kind/bug Something isn't working label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant