Updating todo

This commit is contained in:
Ian Roddis
2021-09-23 09:32:07 -03:00
parent d19648fa84
commit dded91220f

10
TODO.md
View File

@@ -4,11 +4,11 @@ Tasks
- REST Server
- [ ] Add in authorization scheme (maybe PAM auth endpoint with JWT?)
- Core Functionality
- Allow `{{,!DATES}}` style interpolation, where values from `{{DATES}}` are preserved as a single, comma separated
list
- Improve DAG implementation
- Need to support millions of vertices
- Much faster cycle detection
- Quality of Life
- Allow `{{,!DATES}}` style interpolation, where values from `{{DATES}}` are preserved as a single, comma separated
list
- Cancel DAG execution entirely
- Marking tasks explicitly complete
- Executors
- Forking
- Add support for environment variables with `execvpe`