Skip to content

Commit

Permalink
Laravel Priority Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Apr 2, 2023
1 parent 884dec1 commit ee8e439
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Laravel Priority Queue Driver uses the `database` driver.

## Supports
- Laravel 10 (compatible by default)
- Laravel 9 (supports until [August 8th, 2023](https://laravel.com/docs/10.x/releases))
- Laravel 9 (supports until Laravel drops the bug fixes at [August 8th, 2023](https://laravel.com/docs/10.x/releases))
- PHP 8.1+

## Architecture
Expand All @@ -32,7 +32,7 @@ Install the library:
composer require shipsaas/laravel-priority-queue
```

Export the migration and migrate
Export and run the migration:

```bash
php artisan vendor:publish --tag=priority-queue-migrations
Expand All @@ -52,6 +52,7 @@ Open `config/queue.php` and add this into the `connections` array:
'retry_after' => 90,
],
```

### Note

We highly recommend you to use a different database connection (eg `mysql_secondary`) to avoid the worker processes ramming your
Expand Down

0 comments on commit ee8e439

Please sign in to comment.