You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! For a long time relay can't be restarted normally at least on upgrade.
2024-09-29T10:59:28.950928Z INFO relay_system::controller: SIGTERM received, stopping in 8s
2024-09-29T10:59:28.950996Z INFO relay_server::services::outcome_aggregator: outcome aggregator stopped
2024-09-29T10:59:28.957884Z INFO relay_server::services::server: Shutting down HTTP server
2024-09-29T10:59:37.235282Z INFO relay_server: relay shutdown complete
2024-09-29T10:59:41.930891Z INFO relay::setup: launching relay from config folder /etc/relay
<...>
2024-09-29T10:59:41.955944Z ERROR relay_server::services::health_check: Health check probe 'auth' failed
2024-09-29T10:59:42.056752Z ERROR relay_log::utils: error=bind to interface failed error.sources=[Address already in use (os error 98)]
Hi! For a long time relay can't be restarted normally at least on upgrade.
Relay version 24.9.0 from self-hosted image.
Could you add SO_REUSEPORT flag to socket?
https://docs.rs/tokio/latest/tokio/net/struct.TcpSocket.html#method.set_reuseport
The text was updated successfully, but these errors were encountered: