Module check_network_connectivity

Module check_network_connectivity 

Source
Expand description

Tiny TCP-reachability probe for backend API endpoints.

Used at startup to fail fast with a clear error when the configured shasta_base_url isn’t reachable, rather than deferring the failure until the first real request.

Functions§

check_network_connectivity_to_backend
Verify that the backend API endpoint is reachable (3-second connect timeout).