Allow re-queueing an active job/task #104317
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104317
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This was a suggestion by @ehabcharek-2 on Blender Chat.
After increasing the priority of a job via the web interface, it would be nice if Workers could be told to stop working on what they're doing now, and work on the high-priority job instead.
A (technically) simple way to achieve this would be to allow the re-queueing of active tasks. This would force the Worker to abort its work on that task, and ask the Manager for the next task to work on. Due to the change in job priorities, it should get served a task from the high-prio job (if possible).
This could also be done on the job level, re-queueing all active tasks of the job simultaneously.