From dded91220fe3c1aee108ce3277e733f16ca482b8 Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Thu, 23 Sep 2021 09:32:07 -0300 Subject: [PATCH] Updating todo --- TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 13fddac..d1b3abc 100644 --- a/TODO.md +++ b/TODO.md @@ -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`