oa_gateway

Module serve

Source
Expand description

Runs the host until Ctrl-C, then cancels every adapter and waits for them.

Startup is sequenced so a bad config, schema, or address fails before anything accepts traffic. Shutdown is cooperative: adapters observe the cancellation token in their own run loops.

Functionsยง

  • init_tracing ๐Ÿ”’
  • serve ๐Ÿ”’
    Loads config_path, starts the enabled adapters, and blocks until Ctrl-C.
  • stats_ticker ๐Ÿ”’
    Installs the process-wide tracing subscriber.