- Roughing out the DAGLogger interface

- Adding spec for FileSystem Logger
This commit is contained in:
Ian Roddis
2021-08-08 12:22:39 -03:00
parent 1849a2fee4
commit 5a3796a8a1
8 changed files with 160 additions and 42 deletions

10
TODO.md
View File

@@ -1,5 +1,5 @@
- Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger
- Separate concerns for DAG logger vs DAG definition storage
- Add in authorization scheme (maybe JWT?)
- Flesh out server and interface
- Add ability to define child -> parent relationships
- [ ] Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger
- [ ] Separate concerns for DAG logger vs DAG definition storage
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- [X] Add ability to define child -> parent relationships