Shutdown when getting os error 22
when binding sockets.
#893
Labels
kind/bug
Something isn't working
os error 22
when binding sockets.
#893
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.
The text was updated successfully, but these errors were encountered: