Right now, the Tasks pane in the monitor shows basically zero information for a failed task.
It would be nice if at least the various timestamps and slave info were shown, since those can be very useful at a glace for debugging.
Right now, the Tasks pane in the monitor shows basically zero information for a failed task.
It would be nice if at least the various timestamps and slave info were shown, since those can be very useful at a glace for debugging.
We’re planning on taking another look at how we’re logging stats for failed, suspended, and deleted Jobs at some point. Out of curiosity, how would you expect this to work on a per-task level?
Given that a Task can generate multiple errors before being marked a Failed, would you expect whatever the last values were to be in there? Or would you expect some kind of aggregation between multiple attempts? What about Tasks that generate errors, but eventually succeed?
Always the stats from the most recent attempt.
K, I was hoping that’s what you would say
That certainly makes things simpler and less confusing.