Files
daggy/TODO.md
2021-08-09 15:05:25 -03:00

8 lines
334 B
Markdown

- Open
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- [ ] Handle return on errored DAG / Task
- Completed
- [X] Add ability to define child -> parent relationships
- [X] Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger