-
Notifications
You must be signed in to change notification settings - Fork 18
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
Increase Tobira Worker Resilience When Opencast is Unreachable #1175
Comments
Can you give more details? The worker should in fact not fail when Opencast is down. I regularly look at three long-running Tobira systems and there the worker never failed because of an unavailable Opencast. It just prints errors to the log but recovers automatically. So you have to give me more details to reproduce your error state. What Tobira version? What exactly are you doing? |
Log:
|
Oh so you are saying the worker cannot be started while Opencast is down? But a running work does not go down with Opencast. Yes? |
Sorry, I should have been a little bit more precise. |
If Opencast becomes unreachable, the Tobira worker crashes and causes the systemd service to fail because of unsuccessful retry attempts. This circumstance can be caused by network outages or updates from Opencast.
The expected behavior would be for the worker not to exit, handle the error, and, importantly, continue running.
The text was updated successfully, but these errors were encountered: