Add a TODO to the features list

This commit is contained in:
Sybren A. Stüvel 2022-02-14 16:31:23 +01:00
parent d0be631bca
commit edfcbb1e40

View File

@ -9,6 +9,7 @@ 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 - [ ] Task Scheduler
- [ ] 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
@ -50,7 +51,6 @@ rediscovered.
- [ ] 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