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

ui: refine workflow logs #166

Closed
alintulu opened this issue Nov 26, 2020 · 2 comments · Fixed by #265
Closed

ui: refine workflow logs #166

alintulu opened this issue Nov 26, 2020 · 2 comments · Fixed by #265

Comments

@alintulu
Copy link
Member

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

  • Show only the workflow engine logs if the workflow fails before creating jobs
  • Add another tab (e.g. next to "Step") or option in drop down to show workflow engine logs. Could be always present.
@mvidalgarcia
Copy link
Member

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.

image

Bumping priority then! ⬆️

@lukasheinrich
Copy link
Member

I think it would be great to have a way to generally view engine logs in the UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants