Update the concurrency limit

This commit is contained in:
Omar Abdulla
2025-10-04 23:05:56 +03:00
parent 2bb9594857
commit 9ffc04bf13
2 changed files with 2 additions and 3 deletions
@@ -330,7 +330,6 @@ where
)]
pub async fn execute_next_step(&mut self) -> Option<Result<()>> {
let (step_path, step) = self.steps_iterator.next()?;
info!(%step_path, "Executing Step");
Some(
self.execute_step(&step_path, &step)