create

Parses coordinator addresses from command-line arguments and returns a ready-to-use Server.

The arguments are supplied automatically by Airflow and are not intended to be constructed by hand:

  • --comm host:port address for task-execution messages.

  • --logs host:port address for log forwarding.

Return

A configured Server ready to call serve.

Parameters

args

Command-line arguments as received by main.