You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
dennix85
changed the title
Stall Detector Plugin
[Plugin Request] Stall Detector Plugin
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 ?
The text was updated successfully, but these errors were encountered: