From 7c2c6cd8c79b8bf4c9abf9f63f8bbf7746b1b679 Mon Sep 17 00:00:00 2001 From: Kinesin Data Technologies Incorporated <93931750+kinesintech@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:25:02 -0300 Subject: [PATCH] Updating TODO --- TODO | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index d9e2a39..a744635 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,10 @@ -- [ ] Implement shutdown when world is complete -- [ ] Implement endpoints - - Get state over interval - - Store (interval, {UP,QUEUED,ERRORED, ETC}) - - Get attempts -- [ ] Convert Runner to be more like daggyr runner -- [ ] Implement task kill / stop -- [ ] Implement force resource down with cascade +- core + - [ ] Convert Runner to be more like daggyr runner + - [ ] Implement task kill / stop + - [ ] Implement force resource down with cascade +- wfd + - [ ] Implement shutdown when world is complete + - [ ] Implement endpoints + - Get state over interval + - Store (interval, {UP,QUEUED,ERRORED, ETC}) + - Get attempts