Adding more TODOs
This commit is contained in:
23
TODO.md
23
TODO.md
@@ -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
|
||||
Reference in New Issue
Block a user