Skip to main content

start

Function start 

Source
pub async fn start(args: &ArgMatches) -> Result<(), Box<dyn Error>>
Expand description

Starts the orchestrator on the specified port.

Workers and CLIs share one port by default. With --cli_port the orchestrator listens on two ports instead.

§Arguments

  • args - the parsed command-line arguments

§Errors

If a listening address cannot be parsed, or a listener cannot be served.