heartbeat_once

Function heartbeat_once 

Source
async fn heartbeat_once(
    client: &Client,
    url: &str,
    cfg: &AgentConfig,
    clock: &ClockHandle,
    input_tx: &Sender<ReducerInput>,
) -> Result<()>