Update FEATURES.md

This commit is contained in:
Sybren A. Stüvel 2022-02-22 14:39:53 +01:00
parent 441289dbed
commit 2a4db143e6

View File

@ -8,14 +8,14 @@ rediscovered.
- [x] OpenAPI implementation that actually runs as a server process - [x] OpenAPI implementation that actually runs as a server process
- [x] Process lifecycle management, clean shutdown - [x] Process lifecycle management, clean shutdown
- [ ] Task Scheduler - [x] Task Scheduler
- [ ] 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 - [ ] Job status change handling
- [ ] Task timeout monitoring - [ ] Task timeout monitoring
- [ ] Worker Blacklisting & failed task requeueing - [ ] Worker Blacklisting & failed task requeueing
- [ ] Worker timeout monitoring - [ ] Worker timeout monitoring
- [ ] Variable replacement - [x] Variable replacement
- [ ] Configuration file reading - [x] Configuration file reading
- [ ] Configuration provisioning support - [ ] Configuration provisioning support
- [ ] Shaman integration - [ ] Shaman integration
- [ ] Worker sleep schedule - [ ] Worker sleep schedule
@ -36,8 +36,8 @@ rediscovered.
- [x] OpenAPI client that actually runs as a process - [x] OpenAPI client that actually runs as a process
- [x] Process lifecycle management, clean shutdown - [x] Process lifecycle management, clean shutdown
- [ ] Task executor - [x] Task executor
- [ ] Command runner - [x] Command runner
- [ ] Log uploader - [ ] Log uploader
- [ ] POSIX signal handling (sleep/wake up) - [ ] POSIX signal handling (sleep/wake up)
@ -47,10 +47,11 @@ rediscovered.
- [x] Worker API authentication - [x] Worker API authentication
- [x] Worker sign on/off - [x] Worker sign on/off
- [ ] Worker status change management, including lazy status changes - [ ] Worker status change management, including lazy status changes
- [ ] Task status change handling - [x] Task status change handling
- [ ] Worker test mode - [ ] Worker test mode
- [ ] Worker registration secret (to protect the Manager from arbitrary Workers registering) - [ ] Worker registration secret (to protect the Manager from arbitrary Workers registering)
- [ ] SSDP/UPnP for automatic Manager finding - [ ] SSDP/UPnP for automatic Manager finding
## Blender Add-on ## Blender Add-on
- [ ] User authentication - [ ] User authentication