pub fn update_node_status( conn: &Connection, id: &str, status: &NodeStatus, ) -> Result<(), CoreError>