Compare commits
2 Commits
98303aacd8
...
5a944a1172
Author | SHA1 | Date | |
---|---|---|---|
|
5a944a1172 | ||
ca233208e2 |
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.3] - 2025-03-27
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- don't stop on error
|
||||||
|
- redo main part
|
||||||
|
|
||||||
## [0.3.2] - 2025-03-27
|
## [0.3.2] - 2025-03-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
drift = { path = "crates/drift" }
|
drift = { path = "crates/drift" }
|
||||||
|
@ -53,8 +53,7 @@ where
|
|||||||
|
|
||||||
tracing::debug!("running job");
|
tracing::debug!("running job");
|
||||||
if let Err(e) = drifter.execute(child_token).await {
|
if let Err(e) = drifter.execute(child_token).await {
|
||||||
tracing::error!("drift job failed with error: {}, stopping routine", e);
|
tracing::error!("drift job failed with error: {}", e);
|
||||||
cancellation_token.cancel();
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user