This commit is contained in:
Saeed Vaziry
2024-03-24 09:56:34 +01:00
committed by GitHub
parent 884f18db63
commit 4d051330d6
1055 changed files with 14493 additions and 20278 deletions

View File

@ -54,15 +54,7 @@
'ssh' => [
'driver' => 'database',
'table' => 'jobs',
'queue' => 'ssh',
'timeout' => 240,
'retry_after' => 600,
],
'ssh-long' => [
'driver' => 'database',
'table' => 'jobs',
'queue' => 'ssh-long',
'queue' => 'default',
'timeout' => 600,
'retry_after' => 600,
],
@ -82,7 +74,7 @@
'failed' => [
'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
'database' => env('DB_CONNECTION', 'mysql'),
'database' => env('DB_CONNECTION', 'sqlite'),
'table' => 'failed_jobs',
],