Add (horizon)

This commit is contained in:
2023-11-28 15:03:30 +08:00
parent d727be1e31
commit af82fe2164

View File

@@ -31,13 +31,14 @@
'connections' => [
'default' => [
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'driver' => 'redis',
'connection' => 'default',
'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 90,
'block_for' => null,
'after_commit' => false,
],
'sync' => [
'driver' => 'sync',
],