We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When OpenCast event endpoint (api/events/) has state SUCCEDED but there are subformats missing we need to update the task object to failed.
SUCCEDED
task
It keeps checking the endpoint until the subformat is there or the state is FAILED
FAILED
See code here https://github.com/CERNDocumentServer/cds-videos/blob/main/cds/modules/opencast/tasks.py#L205-L236
Not easy to reproduce, we would need to ask the webcast team to change something to have the state SUCCEDED and the encoding failing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When OpenCast event endpoint (api/events/) has state
SUCCEDED
but there are subformats missing we need to update thetask
object to failed.Actual behavior
It keeps checking the endpoint until the subformat is there or the state is
FAILED
Information about the Issue
See code here https://github.com/CERNDocumentServer/cds-videos/blob/main/cds/modules/opencast/tasks.py#L205-L236
Steps to reproduce the behavior
Not easy to reproduce, we would need to ask the webcast team to change something to have the state
SUCCEDED
and the encoding failing.The text was updated successfully, but these errors were encountered: