Ticket #5599 (closed patch: fixed)
Opened 4 years ago
Last modified 3 years ago
jobqueue: cancel jobs for deleted shows
| Reported by: | jppoet@… | Owned by: | stuarta |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | jobqueue |
| Cc: | stuarta | 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
Change History
Changed 4 years ago by jppoet@…
- Attachment jobqueue-cancel_deleted.patch.bz2 added
comment:1 Changed 4 years ago by jppoet@…
I had to bzip the patch because it was being rejected as spam.
comment:2 Changed 4 years ago by jppoet@…
Updated patch to apply against trunk 18765
Changed 4 years ago by jppoet@…
- Attachment jobqueue-ignore_deleted-v2.patch.bz2 added
update for trunk r18765
comment:3 Changed 4 years ago by stuarta
- Cc stuarta added
- Version changed from unknown to head
- Milestone changed from unknown to 0.22
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 3 years ago by Dibblah
- Owner changed from ijr to stuarta
- Status changed from new to assigned
assigning is the new 'aide mémoire' that you once looked the wrong way at a ticket.
comment:5 Changed 3 years ago by stuarta
- Status changed from assigned to closed
- Resolution set to fixed
(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