Laravel Packages

Laravel Package for failed Queue Notifications

Published

The company Spatie released a new open source package to handle queue job failure notifications. When one fails it will send you an email with the details and as a bonus, it has Slack integration. It does this by hooking into the JobFailed event in Laravel 5.2

In the announcement post, Freek Van der Herten says that this was built so you don’t have to manually keep an eye on your failed jobs table.

Installation is through Composer and it comes with a simple config file. The email taps into Laravel’s built-in mail system and Slack requires the maknz/slack package from Regan McEntyre.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article