# spatie/laravel-failed-job-monitor

Get notified when a queued job fails

Repository: https://github.com/spatie/laravel-failed-job-monitor
Canonical: https://ross.abutalabs.com/products/laravel-failed-job-monitor
Homepage: https://freek.dev/390-get-notified-when-a-queued-job-fails
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, php, queue, monitor, notifications, slack
Last push: 2026-06-02T06:35:41+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 85, release rhythm 69, longevity 100
- inputs: {"age_days": 3849, "days_push": 92, "days_rel": 127, "gap_med": 50, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1049, forks 53 (observed 2026-08-28T04:03:22.763645+00:00)

## What it is
A Laravel package that sends notifications via mail and Slack when a queued job fails, hooking into Laravel's JobFailed event and native notification system. It is configured through a publishable config file and environment variables.

## Use cases
- get notified when a queued job fails
- send Slack alerts for failed Laravel jobs
- email admins when background jobs error out
- monitor failed jobs across multiple Laravel apps
- avoid manually checking the failed_jobs table

## When to choose
- you run Laravel apps with queued jobs and want instant failure alerts
- you want a drop-in package using Laravel's native notification channels
- you manage many applications and can't check failed job tables manually

## When to avoid
- you don't use Laravel or PHP
- you need full job queue observability with metrics and dashboards rather than simple failure notifications
- you already have centralized error tracking like Sentry covering job failures

## Facets
- artifact type: library
- maturity: active
- function: monitoring, alerting, message-queue, email
- domain: monitoring, backend, developer-tools
- platform: php
- tags: laravel-package, queue-monitoring, slack-notifications, failed-jobs, spatie, automation, laravel

## Member repositories
- spatie/laravel-failed-job-monitor (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.763645+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:00:33.576881+00:00, confidence not recorded.
  - readme: https://github.com/spatie/laravel-failed-job-monitor (fetched 2026-08-28T04:03:22.763645+00:00, sha e94414cf6ae6)
  - homepage: https://freek.dev/390-get-notified-when-a-queued-job-fails (fetched 2026-08-29T13:01:56.585255+00:00, sha c39ceb2dc9e2)
  - site_page: https://freek.dev/about (fetched 2026-08-29T13:01:56.594256+00:00, sha e0ef9dccbb05)
- Data as of 2026-08-30T08:39:29.467469+00:00.
