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

Lower the log level of livestream related problem considering low impact #5807

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Lower the log level of livestream related problem considering low impact

    This error condition has no impact on the job execution. It just means that
    the web socket server is not ready yet as we saw in
    https://progress.opensuse.org/issues/164709#note-4. The request is already
    retried on the client-side so the live view will be able to resume once the
    web socket server is ready and the worker connected back. I tested this
    locally by entering the "Live" tab while the web socket server is not
    running. When starting it the live view updates itself after a few seconds
    (without having to switch tabs or reloading the page).
    Martchus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0d25a8a View commit details
    Browse the repository at this point in the history