LaravelPackages.net
Acme Inc.
Toggle sidebar
cyber-duck/laravel-queue-notifier

A package that allows the platform to notify PagerDuty when queues are non responsive.

5
0
1.1
About cyber-duck/laravel-queue-notifier

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

Laravel Queue Notifier

Supports PagerDuty notifications through the Events v2 API.

Installation

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

Trigger

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.

Requirements

  • Laravel Horizon
  • PagerDuty
  • Laravel 8+

Star History Chart