Skip to content

Commit ee8e439

Browse files
committed
Laravel Priority Queue
1 parent 884dec1 commit ee8e439

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Laravel Priority Queue Driver uses the `database` driver.
1010

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

1616
## Architecture
@@ -32,7 +32,7 @@ Install the library:
3232
composer require shipsaas/laravel-priority-queue
3333
```
3434

35-
Export the migration and migrate
35+
Export and run the migration:
3636

3737
```bash
3838
php artisan vendor:publish --tag=priority-queue-migrations
@@ -52,6 +52,7 @@ Open `config/queue.php` and add this into the `connections` array:
5252
'retry_after' => 90,
5353
],
5454
```
55+
5556
### Note
5657

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

0 commit comments

Comments
 (0)