Adding more TODOs

This commit is contained in:
Ian Roddis
2021-08-09 16:32:14 -03:00
parent a97c3ff783
commit 1af9ba2124

23
TODO.md
View File

@@ -1,8 +1,21 @@
Tasks
==
- Open
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- [ ] Handle return on errored DAG / Task
- REST Server
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- Core Functionality
- [ ] Handle return on errored DAG / Task
- [ ] Clearing a DAG Task
- [ ] Resume a failed DAG
- Executors
- [ ] Slurm Executor
- Loggers
- [ ] FileSystemLogger
- [ ] General logger
- 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
- [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