remove unnecessary queue

This commit is contained in:
Andras Bacsai
2023-12-30 15:29:26 +01:00
parent ba55e0c1bb
commit 075f3ce930
6 changed files with 7 additions and 38 deletions

View File

@@ -33,14 +33,6 @@ return [
'sync' => [
'driver' => 'sync',
],
'long-running' => [
'driver' => 'redis',
'connection' => 'default',
'queue' => 'long-running',
'retry_after' => 3600,
'block_for' => null,
'after_commit' => true,
],
'database' => [
'driver' => 'database',
'table' => 'jobs',