A package that allows the platform to notify PagerDuty when queues are non responsive.
cyber-duck/laravel-queue-notifier is a Laravel package for a package that allows the platform to notify pagerduty when queues are non responsive..
It currently has 0 GitHub stars and 5 downloads on Packagist (latest version 1.1).
Install it with composer require cyber-duck/laravel-queue-notifier.
Discover more Laravel packages by cyber-duck
or browse all Laravel packages to compare alternatives.
Last updated
Supports PagerDuty notifications through the Events v2 API.
composer require cyber-duck/laravel-queue-notifier
This package is not installable via Composer 1.x, please make sure you upgrade to Composer 2+.
Add the Following environment variables and you're good to go.
PAGER_DUTY_API_KEY=YOUR_INTEGRATION_KEY
QUEUE_NOTIFIER_ENABLED=false
Inside Horizon an event gets fired LongWaitDetected in horizon it's currently only able to trigger events to Sms, Slack or Email. This package also listens to that event and creates an event in PagerDuty.