You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP_PORT_ARG:self.executables[self.http_server_index].get_config().http_server_config.as_ref().expect("Should have http server config").port,
191
-
MONITORING_PORT_ARG:self.executables[self.batcher_index].get_config().monitoring_endpoint_config.as_ref().expect("Should have monitoring endpoint config").port
192
-
});
193
-
serialize_to_file(json_data, path);
194
-
}
195
-
196
183
pubfnget_batcher_identifier(&self) -> usize{
197
184
// TODO(Nadin): Change return type to service name.
0 commit comments