We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ca0a6 + d3aff65 commit 2051351Copy full SHA for 2051351
config/queue.php
@@ -38,14 +38,14 @@
38
'driver' => 'database',
39
'table' => 'jobs',
40
'queue' => 'default',
41
- 'expire' => 60,
+ 'expire' => 90,
42
],
43
44
'beanstalkd' => [
45
'driver' => 'beanstalkd',
46
'host' => 'localhost',
47
48
- 'ttr' => 60,
+ 'ttr' => 90,
49
50
51
'sqs' => [
@@ -61,7 +61,7 @@
61
'driver' => 'redis',
62
'connection' => 'default',
63
64
65
66
67
0 commit comments