Update FEATURES.md

This commit is contained in:
Sybren A. Stüvel 2022-02-28 12:09:07 +01:00
parent fab988295d
commit 41168ff68b

View File

@ -10,11 +10,12 @@ rediscovered.
- [x] Process lifecycle management, clean shutdown - [x] Process lifecycle management, clean shutdown
- [x] Task Scheduler - [x] Task Scheduler
- [x] Unify command definition (type/parameters in persistence layer, name/settings in API layer) - [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 - [ ] Port the old 'fail-requested' task status handling code to the new Manager
- [ ] Task timeout monitoring - [ ] Task timeout monitoring
- [ ] Worker Blacklisting & failed task requeueing - [ ] Worker Blacklisting & failed task requeueing
- [ ] Worker timeout monitoring - [ ] Worker timeout monitoring
- [x] Worker-assigned task re-queueing on sign-off
- [x] Variable replacement - [x] Variable replacement
- [x] Configuration file reading - [x] Configuration file reading
- [ ] Configuration provisioning support - [ ] Configuration provisioning support
@ -39,7 +40,7 @@ rediscovered.
- [x] Process lifecycle management, clean shutdown - [x] Process lifecycle management, clean shutdown
- [x] Task executor - [x] Task executor
- [x] Command runner - [x] Command runner
- [ ] Log uploader - [x] Log uploader
- [ ] POSIX signal handling (sleep/wake up) - [ ] POSIX signal handling (sleep/wake up)
## Both ## Both