fix: queue retry

fix: nixpacks builds
This commit is contained in:
Andras Bacsai
2024-01-08 16:33:34 +01:00
parent b69584fe26
commit b6745c691b
2 changed files with 72 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ return [
'driver' => 'redis',
'connection' => 'default',
'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 300,
'retry_after' => 3600,
'block_for' => null,
'after_commit' => true,
],