PHPackages                             kregel/nova-failed-jobs-tool - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. kregel/nova-failed-jobs-tool

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

kregel/nova-failed-jobs-tool
============================

A Nova tool to help debug failed jobs

v1.0.0(4y ago)1458.4k↓27.8%4[16 PRs](https://github.com/austinkregel/nova-failed-jobs-tool/pulls)MITJavaScriptPHP &gt;=7.1.0

Since Sep 3Pushed 3y agoCompare

[ Source](https://github.com/austinkregel/nova-failed-jobs-tool)[ Packagist](https://packagist.org/packages/kregel/nova-failed-jobs-tool)[ Docs](https://github.com/kregel/nova-failed-jobs-tool)[ RSS](/packages/kregel-nova-failed-jobs-tool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (25)Used By (0)

A Nova tool to help debug failed jobs
=====================================

[](#a-nova-tool-to-help-debug-failed-jobs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f29eba6dbcdbafedc6bd63a3227b761be45e2325191e03144aa42adc6da5d97b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b726567656c2f6e6f76612d6661696c65642d6a6f62732d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/nova-failed-jobs-tool)[![Total Downloads](https://camo.githubusercontent.com/7bbd76cd1c0fc0414b80da74088fe036c210d6f6d4a1eb30272e94e94e199d2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b726567656c2f6e6f76612d6661696c65642d6a6f62732d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/nova-failed-jobs-tool)

Ever try to figure out why some job failed? Ever try to do that when you're using SQS? It's a pain isn't it? Well, no more...

This tool aims to help you figure out why a job might have failed. It gives you relevant code snippets and information about the values pushed through for a given job. You can toggle the stacktrace to view vendor sources, or you can choose to hide them.

[![Screenshot](./screenshot.png)](./screenshot.png)

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require kregel/nova-failed-jobs-tool
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Kregel\NovaFailedJobs\Tool(),
    ];
}
```

Usage
-----

[](#usage)

Click on the "Failed Job Manager" menu item in your Nova app to see the tool provided by this package.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Austin kregel](https://github.com/austinkregel)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 56.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~153 days

Recently: every ~267 days

Total

8

Last Release

1745d ago

Major Versions

v0.0.6 → v1.0.02021-08-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c5c1ee0adf552aec8a54c1760dd99c4d1b90c0360dccafeef849a14ff37f706?d=identicon)[austinkregel](/maintainers/austinkregel)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![nathanheffley](https://avatars.githubusercontent.com/u/8952123?v=4)](https://github.com/nathanheffley "nathanheffley (4 commits)")[![kaiscol](https://avatars.githubusercontent.com/u/16815845?v=4)](https://github.com/kaiscol "kaiscol (1 commits)")[![veneliniliev](https://avatars.githubusercontent.com/u/5311085?v=4)](https://github.com/veneliniliev "veneliniliev (1 commits)")

---

Tags

hacktoberhacktoberfestlaravellaravel-novanovalaravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kregel-nova-failed-jobs-tool/health.svg)

```
[![Health](https://phpackages.com/badges/kregel-nova-failed-jobs-tool/health.svg)](https://phpackages.com/packages/kregel-nova-failed-jobs-tool)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
