Commit ee8e439 1 parent 884dec1 commit ee8e439 Copy full SHA for ee8e439
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Laravel Priority Queue Driver uses the `database` driver.
10
10
11
11
## Supports
12
12
- 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 ) )
14
14
- PHP 8.1+
15
15
16
16
## Architecture
@@ -32,7 +32,7 @@ Install the library:
32
32
composer require shipsaas/laravel-priority-queue
33
33
```
34
34
35
- Export the migration and migrate
35
+ Export and run the migration:
36
36
37
37
``` bash
38
38
php artisan vendor:publish --tag=priority-queue-migrations
@@ -52,6 +52,7 @@ Open `config/queue.php` and add this into the `connections` array:
52
52
'retry_after' => 90,
53
53
],
54
54
```
55
+
55
56
### Note
56
57
57
58
We highly recommend you to use a different database connection (eg ` mysql_secondary ` ) to avoid the worker processes ramming your
You can’t perform that action at this time.
0 commit comments