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
If an encode is created with an invalid file (e.g. image file) the mediainfo inspection fails and the encode object returned from #create has a status of :failed but subsequent reads via #find return an encode object with status :running. The encode does not have a pid file or an exit status code file so it always returns with status :running and running cancel! fails (it causes the rails console to bomb). In Avalon this leaves the polling job re-enqueuing eternally.
If an encode is created with an invalid file (e.g. image file) the mediainfo inspection fails and the encode object returned from
#create
has a status of:failed
but subsequent reads via#find
return an encode object with status:running
. The encode does not have a pid file or an exit status code file so it always returns with status:running
and runningcancel!
fails (it causes the rails console to bomb). In Avalon this leaves the polling job re-enqueuing eternally.Related issues
#129
#130
The text was updated successfully, but these errors were encountered: