Skip to content

Commit 0f1c0d9

Browse files
committed
chore: todo comment
1 parent e68cbb5 commit 0f1c0d9

File tree

1 file changed

+1
-0
lines changed
  • aggregation_mode/batcher/src

1 file changed

+1
-0
lines changed

aggregation_mode/batcher/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async fn main() {
3838
let payment_poller_handle = tokio::spawn(async move { payment_poller.start().await });
3939
let http_server_handle = tokio::spawn(async move { http_server.start().await });
4040

41+
// TODO: maybe this could two different processes (started with different commands) instead of being in the same one
4142
// TODO: abort the process if one stops instead of waiting for them both
4243
// TODO: ctrl + c handler for aborting the process should work
4344
let _ = tokio::join!(payment_poller_handle, http_server_handle);

0 commit comments

Comments
 (0)