23 lines
705 B
Markdown
23 lines
705 B
Markdown
Tasks
|
|
==
|
|
|
|
- Open
|
|
- 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
|
|
- [ ] Add unit tests
|
|
- [ ] Add more error checking
|
|
- [ ] 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 |