From ec55cf6ce13ee5aca47cbe593f1ff96293f7fca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 17 Jun 2022 16:37:06 +0200 Subject: [PATCH] FEATURES.md: more features --- FEATURES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index dcbc6a8e..e2520a1f 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -49,7 +49,8 @@ Note that list is **not** in any specific order. - [ ] Worker blocklisting & failed task requeueing - [x] Keep track of which worker failed which task. - [x] Clear task failure list when the task gets (re)queued. - - [ ] Keep track of a blocklist as `(worker ID, job ID, task type)` tuple in the database. + - [x] Keep track of a blocklist as `(worker ID, job ID, task type)` tuple in the database. + - [ ] Show blocklist in web interface, and allow removal of workers. - [x] Worker timeout monitoring - [ ] Last rendered image display