Skip to content

Commit a845054

Browse files
committed
fix: Fixes port acquisition
1 parent 38a7238 commit a845054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async fn main() -> ExitCode {
144144
// Handover: Signal the previous proxy (dummy or old generation) to gracefully upgrade
145145
// This releases the Mutex lock in ProxySignals, allowing the new proxy to start listening.
146146
proxy_signals
147-
.send_signal(pingora::server::ShutdownSignal::GracefulUpgrade)
147+
.send_signal(pingora::server::ShutdownSignal::GracefulTerminate)
148148
.await;
149149
}
150150

0 commit comments

Comments
 (0)