chore: refactor& remove TODOs

This commit is contained in:
discord9
2024-05-09 16:51:19 +08:00
parent 684850f451
commit e840bb469d
19 changed files with 700 additions and 562 deletions

View File

@@ -210,7 +210,7 @@ impl GreptimeDbStandaloneBuilder {
flownode
.set_frontend_invoker(Box::new(instance.clone()))
.await;
flownode.run_background().await.unwrap();
let _node_handle = flownode.run_background();
procedure_manager.start().await.unwrap();
wal_options_allocator.start().await.unwrap();