pub async fn updater(
statsd: Client,
conf: Conf,
service_statuses: HashMap<String, ServiceStatus>,
chan_update_rx: Receiver<UpWrap>,
chan_outbox_tx: Sender<QuorumMsg>,
)Expand description
Runs the updater actor. See updater_handle_one_update