arturictus / sidekiq_alive

Liveness probe for Sidekiq in Kubernetes deployments
MIT License
189 stars 57 forks source link

Errno::EADDRINUSE: Address already in use - bind(2) for 0.0.0.0:7433 #68

Closed arnau-dk closed 1 year ago

arnau-dk commented 1 year ago

Hi,

We are facing an error when trying to spawn sidekiq, it doesn't happen always but we have many occurrences already, we have sidekiq_alive configured in our Kubernetes deployment as described in the Readme file. The error is: Errno::EADDRINUSE: Address already in use - bind(2) for 0.0.0.0:7433

Has someone faced it?