ProcessManager icon indicating copy to clipboard operation
ProcessManager copied to clipboard

Better handle processes which exited with error

Open dkarlovi opened this issue 4 years ago • 2 comments

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? yes
Branch? master

Currently, the processes which fail are not marked as such in the UI, they are just kept around and the impression (from users) is the process "hanged".

A better approach would be to keep track of the process execution and exit codes, marking the processes which exited unexpectedly in some way (maybe red-ish background or something?), signaling to the user this went badly.

dkarlovi avatar Dec 28 '20 10:12 dkarlovi

yep, we currently don't monitor the process at all... so this would also allow us to monitor process which do not give directly feedback to the Process instance as well

dpfaffenbauer avatar Dec 28 '20 12:12 dpfaffenbauer

The first step would be to just change the status to Failed, even that would give more information to the person looking at it.

dkarlovi avatar Mar 17 '21 16:03 dkarlovi