From 2830d1eda8cc2b7f1da995a5d117c6035ae58992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 8 Apr 2022 14:34:38 +0200 Subject: [PATCH] Update FEATRURES.md --- FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 2e6a652d..4197a5b3 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -46,8 +46,8 @@ Note that list is **not** in any specific order. - [ ] POSIX signal handling (sleep/wake up) - [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. +- [x] Refactor CLI-running code by analyzing the current Blender and FFmpeg commands. +- [x] 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