feat: error frequency report for failed jobs#95
Merged
Conversation
Groups all failed jobs by exception class + message prefix and shows count with an expandable sample backtrace (details/summary, no JS). Links through to a filtered failed jobs list via ?error_class=. The failed jobs index gains an "Error Summary" button and a breadcrumb when the filter is active. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- CHANGELOG: add error frequency report entry under [Unreleased] - ROADMAP: remove completed error frequency report item from v1.1 - README: add error frequency report to Solid Queue features list - README: remove redundant manual mount/initializer instructions; generator is now the single recommended install path; General configuration reframed as a config reference, not setup instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #75
Summary
GET /failed_jobs/errorspage groups all failed jobs by exception class + message prefix, showing count and an expandable sample backtrace (<details>/<summary>, no JS required)?error_class=ErrorFrequencyReportservice class handles the aggregation;ids_for_error_classprivate method on the controller handles the filtered scopeTest plan
bundle exec rspec— 342 examples, 0 failuresGET /failed_jobs/errors— groups errors by class, shows counts, message previews expand on click🤖 Generated with Claude Code