Skip to content

Releases: biigle/laravel-queue-alert

v2.0.1

02 Sep 14:57
7950b67
Compare
Choose a tag to compare

v2.0.0

17 Jul 14:21
0c252e2
Compare
Choose a tag to compare

What's Changed

  • Laravel 11 support by @mzur in #2

Full Changelog: v1.1.0...v2.0.0

v1.1.0

28 Sep 08:31
07fd156
Compare
Choose a tag to compare

What's Changed

  • Add support for Laravel 10 by @mzur in #1

Full Changelog: v1.0.1...v1.1.0

v1.0.1

21 Jun 10:41
25b4ac9
Compare
Choose a tag to compare

What's changed

  • Relax nesbot/carbon version requirement by @mzur

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jun 10:22
Compare
Choose a tag to compare

Initial release.

Features

  • Send an alert email if a queue is busy (i.e. exceeds a certain number of queued jobs)
  • Can be configured for multiple queues and connections
  • Can be configured to send emails only once every x minutes
  • Can be configured to send emails only if the queue is busy for x minutes in a row

Full Changelog: https://github.com/biigle/laravel-queue-alert/commits/v1.0.0