reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

ui: refine workflow logs #166

Closed alintulu closed 2 years ago

alintulu commented 3 years ago

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

mvidalgarcia commented 3 years ago

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 commented 3 years ago

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