Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jun 21, 2023
1 parent ba6da4d commit 78ec6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ A package to send alert emails if a Laravel queue is very busy.
## Installation

```
composer require biigle/laravel-cached-openstack
composer require biigle/laravel-queue-alert
```

## Usage

Set the `QUEUE_ALERT_EMAIL` variable in your `.env` file. By default, this package will send one alert email every hour when the `default` queue of the default connection exceeds 1000 jobs.
Set the `QUEUE_ALERT_EMAIL` variable in your `.env` file to the email address that should receive the alerts. By default, this package will send one alert email every hour when the `default` queue of the default connection exceeds 1000 jobs.

## Configuration

Expand Down

0 comments on commit 78ec6de

Please sign in to comment.