Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 18, 2024
1 parent b876c40 commit e8ccab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/rbuilder/src/live_builder/order_input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ pub async fn start_orderpool_jobs<DB: Database + Clone + 'static>(
.await?;

let handle = tokio::spawn(async move {
info!("OrderPoolJobs: started");

// @Maybe we should add sleep here because each new order will trigger locking
let mut new_commands = Vec::new();
let mut order_receiver = order_receiver;
Expand Down

0 comments on commit e8ccab8

Please sign in to comment.