FEATURES: add 'clean requeue of task when shutting down' to worker list

This commit is contained in:
Sybren A. Stüvel 2022-04-05 16:27:51 +02:00
parent a715b3bfbe
commit 27e954090c

View File

@ -47,6 +47,8 @@ Note that list is **not** in any specific order.
- [x] Implement `frames-to-video` command. - [x] Implement `frames-to-video` command.
- [x] Implement `move-directory` command. - [x] Implement `move-directory` command.
- [ ] Refactor CLI-running code by analyzing the current Blender and FFmpeg commands. - [ ] 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 ## Both