Issue #7967 has been updated by Daniel Pittman.
> On the home page, the “Delayed Job Status” group, needs styling, and the > “unread failures” and “pending reports” items need styling (as well as > rewording). The distinction between the two is that “pending reports” are > delayed jobs that are queued or currently being processed. The latter is the > count of failures that occurred during processing and that haven’t been read > (acknowledged). FWIW, I was going to keep the display of load completely separate from the rest of this change for two reasons: one, in most installs it is going to approximate zero all the time. Two, it does have different semantics, and highlights a different sort of status, than the error count does. > The delayed job failure data needs to be displayed in a meaningful way. > Currently we include created_at, summary and details. Also it’s not clear > how we want to display multiline details, e.g. stack trace. ...or if that is even remotely the sort of detail we want to display. It would be useful for our debugging, but isn't really user focused data. I shoved it in there because it was cheap, not because I thought deeply about what the best data to display was. ---------------------------------------- Feature #7967: Add way to view report import failures in Dashboard https://projects.puppetlabs.com/issues/7967 Author: Matt Robinson Status: Accepted Priority: Normal Assignee: Randall Hansen Category: Target version: 1.x Keywords: Branch: https://github.com/daniel-pittman/puppet-dashboard/commits/feature/master/7967-display-report-import-failures Affected URL: Affected Dashboard version: Currently Dashboard receives report uploads and processes them all in one go, but with the work being done to take report submissions and process them in the background (#7938) errors in processing reports won't propagate back to the report submitter. This means if Puppet sends a bad report, it will never find out. There needs to be some way to find out when a bad report it processed, so there should be some UI in dashboard itself to give this feedback. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
