- Updating TODOs
- Adding jwt-cpp dependency (not really related to dag_execution)
This commit is contained in:
12
TODO.md
12
TODO.md
@@ -3,12 +3,11 @@ Tasks
|
||||
|
||||
- Open
|
||||
- REST Server
|
||||
- [ ] Add in authorization scheme (maybe JWT?)
|
||||
- [ ] Add in authorization scheme (maybe PAM auth endpoint with 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
|
||||
@@ -16,8 +15,11 @@ Tasks
|
||||
- [ ] Add unit tests
|
||||
- [ ] Add more error checking
|
||||
- [ ] General logger
|
||||
- [ ] Redis DAGRunLogger
|
||||
|
||||
- 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
|
||||
- Core Functionality
|
||||
- [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] Resume a failed DAG
|
||||
Reference in New Issue
Block a user