c-scale-community / use-case-aquamonitor

Apache License 2.0
2 stars 1 forks source link

Debugging using openEO difficult #17

Closed Jaapel closed 1 year ago

Jaapel commented 3 years ago

Due to the nature of the openEO project, it is hard to debug OpenEO projects, as execution happens only on the server-side. On the client side, errors are only returned when the workflow is not set-up correctly.

Monitoring and visibility of errors in the remote backend (like pod logs) or a more extensive logging suite would benefit the speed at which we can develop the aquamonitor on OpenEO. Definitively when working with the jobs API, if the server runs into an error of any kind, a generic error is returned without any way to do debugging.

jdries commented 3 years ago

Indeed, this is also our experience, and it should improve. There are some ongoing things/ideas that we have to improve the situation:

Jaapel commented 3 years ago

Definitely agree with you proposals here. Good to see that we can access the sparkUI, that is a great feature!

Jaapel commented 1 year ago

Not really an issue, but more a discussion, closing this here