-
Notifications
You must be signed in to change notification settings - Fork 17
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
Connections times out when Opencast takes long to inspect files #8
Comments
As discussed, the issue seems to be that the ingest takes very long and that is why the timeout happens. See also #13 |
To clarify this a bit, the timeout is likely not triggered by Opencast itself or the post_archive.rb script, but the reverse proxy in front of Opencast. |
It's clearly not triggered by Opencast. nginx reports |
It seems to me that inspecting the files after the ingest step would be a more scalable solution. The proxy timeout setting has an upper limit that depends on the SYN retransmit count limit and timeouts of the TCP protocol implemented by the operating system. Changing these global settings on the operating system would affect the entire operating system, including any other applications. That is often undesirable. |
I have tested increasing the |
In long recordings Opencast seems to take long to inspect all the files. During this the connection to the BBB-instance can time out causing an error (see log output below). I do not know how grave this is, because the whole workflow still seems to work, but it certainly is confusing in the logs and there might be an easy fix for that.
From
/var/log/bigbluebutton/post_archive.log
:The text was updated successfully, but these errors were encountered: