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

[FfmpegAdapter] Encode that fails inspection in #create stays in :running state and is uncancelable #131

Open
cjcolvar opened this issue Nov 29, 2023 · 0 comments

Comments

@cjcolvar
Copy link
Member

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.

Related issues
#129
#130

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