simvue-io / client

Simvue Python client
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Use alerts for executor process reporting and stdout if stderr not available #372

Closed kzscisoft closed 1 month ago

kzscisoft commented 1 month ago

This moves from using events to draw attention to failing processes added via the executor to instead using user alerts. Also in the case where stderr is empty, the last 10 lines of stdout are given in the logging output.

The user is still able to see info relating to the failing run as the uploaded out and err files.