-
Notifications
You must be signed in to change notification settings - Fork 33
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
ui: refine workflow logs #166
Labels
Comments
With the allowing users to specify memory limits per job feature, users will get a workflow engine level log when exceeding the memory limits. reana-client logs -w test-memory-limit
==> Workflow engine logs
Workflow exited unexpectedly.
Job submission error: The "kubernetes_memory_limit" provided (10.1Gi) exceeds the limit (10Gi). This is not visible in the UI and there's no info displayed. Bumping priority then! ⬆️ |
I think it would be great to have a way to generally view engine logs in the UI |
mdonadoni
added a commit
to mdonadoni/reana-ui
that referenced
this issue
May 2, 2022
mdonadoni
added a commit
to mdonadoni/reana-ui
that referenced
this issue
May 2, 2022
mdonadoni
added a commit
to mdonadoni/reana-ui
that referenced
this issue
May 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the workflow fails at the workflow engine level, before starting any jobs, the UI shows no error logs. While you can get the complete logs with the client, it might be confusing for some users to see a failed workflow without any errors on the UI.
Possible solutions
The text was updated successfully, but these errors were encountered: