From 41168ff68b241e1643f3f1216e5b31b00a2e444b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 28 Feb 2022 12:09:07 +0100 Subject: [PATCH] Update FEATURES.md --- FEATURES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index a3dc8f71..236de9d9 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -10,11 +10,12 @@ rediscovered. - [x] Process lifecycle management, clean shutdown - [x] Task Scheduler - [x] Unify command definition (type/parameters in persistence layer, name/settings in API layer) -- [ ] Job status change handling +- [x] Job status change handling - [ ] Port the old 'fail-requested' task status handling code to the new Manager - [ ] Task timeout monitoring - [ ] Worker Blacklisting & failed task requeueing - [ ] Worker timeout monitoring +- [x] Worker-assigned task re-queueing on sign-off - [x] Variable replacement - [x] Configuration file reading - [ ] Configuration provisioning support @@ -39,7 +40,7 @@ rediscovered. - [x] Process lifecycle management, clean shutdown - [x] Task executor - [x] Command runner -- [ ] Log uploader +- [x] Log uploader - [ ] POSIX signal handling (sleep/wake up) ## Both