Refactoring RunState, fixing logic error in when to end errored DAG runs, added convenience functions to retry failed DAGs.

This commit is contained in:
Ian Roddis
2021-08-20 21:44:12 -03:00
parent dc8ea4c369
commit 2083b1c3f1
8 changed files with 124 additions and 42 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
build
.cache
cmake-build-*
.idea
cmake-build-debug/
.idea