Skip to content

Commit fd569a3

Browse files
committed
Name this option "retry_after" for clarity.
1 parent 3cc0388 commit fd569a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/queue.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
'driver' => 'database',
3939
'table' => 'jobs',
4040
'queue' => 'default',
41-
'expire' => 90,
41+
'retry_after' => 90,
4242
],
4343

4444
'beanstalkd' => [
4545
'driver' => 'beanstalkd',
4646
'host' => 'localhost',
4747
'queue' => 'default',
48-
'expire' => 90,
48+
'retry_after' => 90,
4949
],
5050

5151
'sqs' => [
@@ -61,7 +61,7 @@
6161
'driver' => 'redis',
6262
'connection' => 'default',
6363
'queue' => 'default',
64-
'expire' => 90,
64+
'retry_after' => 90,
6565
],
6666

6767
],

0 commit comments

Comments
 (0)