diff --git a/crates/drift/src/lib.rs b/crates/drift/src/lib.rs index 8b247fd..7b12e9d 100644 --- a/crates/drift/src/lib.rs +++ b/crates/drift/src/lib.rs @@ -53,8 +53,7 @@ where tracing::debug!("running job"); if let Err(e) = drifter.execute(child_token).await { - tracing::error!("drift job failed with error: {}, stopping routine", e); - cancellation_token.cancel(); + tracing::error!("drift job failed with error: {}", e); continue }