- Adding TODO list to keep track of things.

- Adding .idea to gitignore
- Adding DAG execution to utilities, redefining the logger
This commit is contained in:
Ian Roddis
2021-08-05 15:24:17 -03:00
parent 745c950280
commit 1849a2fee4
11 changed files with 154 additions and 62 deletions

View File

@@ -1,4 +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
- Flesh out server and interface
- Add ability to define child -> parent relationships