pub fn start_proxy_server(proxy: CodexProxy, listen: &str)Expand description
Start the pingora proxy server.
This function bootstraps the pingora server, adds the CodexProxy service, and runs it forever. The server handles graceful shutdown automatically (SIGTERM for graceful, SIGINT for fast shutdown).