Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Plugin Request] Stall Detector Plugin #751

Open
dennix85 opened this issue Jan 19, 2025 · 0 comments
Open

[Plugin Request] Stall Detector Plugin #751

dennix85 opened this issue Jan 19, 2025 · 0 comments

Comments

@dennix85
Copy link

dennix85 commented Jan 19, 2025

Is it possible to create a plugin that somehow does a similar function the same as the compare file size ratio live
but in this case it logs the starting time of the plugin, and after a set interval if the plugin does not finish, it will kill te running task and logs this in the transcode fail section, with the usual last 200lines of that running plugin it killed.
as the built in stall detector does a fantastic job on its own it is not an optimal solution.
Where you can set a fixed time to kill a job, the time needed for many different task is very variable.
e.g. for movies
for 4k i usually need 60min's
for 1080p usually around 20min's
however for tv-shows
for 1080p it's usually around 10min's
but when the stall detector is set to 5400s to cover the 4k movies it will do the same for a job that needs to be killed in 20min for example if a tv-show stalls and the application used doesn't error out. So then its doing basically wasting 4200s of time.
Or when ever a dovi script hangs for what ever reason, it needs to sit out the 5400s before it gets killed.

It would be a nice thing to see to have a plugin, that could do this before a plugin run if this is possible with the code base how its designed.

Thnx

*EDIT:
I'm referringto the run custom cli command plugin, maybe it is possible to integrate this in this plugin ?

Image

Image

@dennix85 dennix85 changed the title Stall Detector Plugin [Plugin Request] Stall Detector Plugin Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant