Adding more TODOs
This commit is contained in:
23
TODO.md
23
TODO.md
@@ -1,8 +1,21 @@
|
|||||||
|
Tasks
|
||||||
|
==
|
||||||
|
|
||||||
- Open
|
- Open
|
||||||
- [ ] Add in authorization scheme (maybe JWT?)
|
- REST Server
|
||||||
- [ ] Flesh out server and interface
|
- [ ] Add in authorization scheme (maybe JWT?)
|
||||||
- [ ] Handle return on errored DAG / Task
|
- [ ] 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
|
- Completed
|
||||||
- [X] Add ability to define child -> parent relationships
|
- [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] Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and
|
||||||
|
logger
|
||||||
Reference in New Issue
Block a user