🗃️ Add priority to queue

This commit is contained in:
Dan Jones 2022-08-20 22:04:32 -05:00
commit 61f9cfb009
7 changed files with 171 additions and 2 deletions

View file

@ -85,6 +85,7 @@ return [
*/
'failed' => [
'driver' => 'database-uuids',
'database' => env('DB_CONNECTION', 'sqlite'),
'table' => 'failed_jobs',
],