From f05cf0e9f857d713f1f38554369c317ad5222045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 May 2022 16:15:03 +0200 Subject: [PATCH] Add another "feature" idea --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index f93d3d19..f47e7152 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -35,6 +35,8 @@ Note that list is **not** in any specific order. - [ ] "Tabs" system + Vue Router support. - [ ] Port the old 'fail-requested' task status handling code to the new Manager - [ ] Ensure "task state machine" can run in a single database transaction. +- [ ] At startup (and potentially periodically as well) check & fix "stuck" jobs. + Example: jobs in statuses `cancel-requested`, `requeued`, etc. - [ ] Task timeout monitoring - [ ] Worker blocklisting & failed task requeueing - [ ] Worker timeout monitoring