Opened 17 years ago
Closed 17 years ago
#5599 closed patch (fixed)
jobqueue: cancel jobs for deleted shows
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | jobqueue |
Cc: | Stuart Auchterlonie | Ticket locked: | no |
Description
When a new job is ready to start, if the show has been "deleted", cancel the job.
To get real adventurous, instead of canceling the job, it could just be put on the end of the queue so it only gets run if no more important jobs are waiting. That is beyond what I am willing to tackle, though.
Attachments (2)
Change History (7)
Changed 17 years ago by
Attachment: | jobqueue-cancel_deleted.patch.bz2 added |
---|
Changed 17 years ago by
Attachment: | jobqueue-ignore_deleted-v2.patch.bz2 added |
---|
update for trunk r18765
comment:3 Changed 17 years ago by
Cc: | Stuart Auchterlonie added |
---|---|
Milestone: | unknown → 0.22 |
Version: | unknown → head |
Adding myself as a CC cause this issue bugs me, but i've no time to test it for a few weeks.
Stuart
comment:4 Changed 17 years ago by
Owner: | changed from Isaac Richards to Stuart Auchterlonie |
---|---|
Status: | new → assigned |
assigning is the new 'aide mémoire' that you once looked the wrong way at a ticket.
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [19268]) Closes #5599. If a recording is deleted before any queued jobs for that recording are started, then cancel those queued jobs.
One thing it doesn't address is if you delete a recording while the job is in progress then the transcode will error rather than complete with cancelled as the status.
Cancel jobs for deleted shows