From 27e954090c38458e0b63ea353c9e0f35cf60f88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 5 Apr 2022 16:27:51 +0200 Subject: [PATCH] FEATURES: add 'clean requeue of task when shutting down' to worker list --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 79d13ba2..2e6a652d 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -47,6 +47,8 @@ Note that list is **not** in any specific order. - [x] Implement `frames-to-video` command. - [x] Implement `move-directory` command. - [ ] Refactor CLI-running code by analyzing the current Blender and FFmpeg commands. +- [ ] Re-queueing of task at shutdown of the main context (i.e. when pressing Ctrl+C). Since the context is closed, everything shuts down, but then it's too late to cleanly communicate to the Manager that the current task should be requeued. + ## Both