From 85e24d2b1cdadded8892748a21dce02faa23c3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 31 May 2022 17:24:11 +0200 Subject: [PATCH] FEATURES.md: addition of some more details about the worker management --- FEATURES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 09ed56b9..ea8f8a73 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -37,6 +37,9 @@ Note that list is **not** in any specific order. - [x] Tasks - [ ] Web frontend for Worker management - [x] "Tabs" system + Vue Router support. + - [x] API endpoint for worker status change requests + - [ ] Web: Worker action buttons + - [ ] Implementation of lazy vs. forced status change requests - [x] Port the old 'fail-requested' task status handling code to the new Manager - [ ] Ensure "task state machine" can run in a single database transaction. - [x] At startup check & fix "stuck" jobs.