Name this option "retry_after" for clarity.
This commit is contained in:
parent
3cc0388ed7
commit
fd569a3785
|
@ -38,14 +38,14 @@
|
|||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'queue' => 'default',
|
||||
'expire' => 90,
|
||||
'retry_after' => 90,
|
||||
],
|
||||
|
||||
'beanstalkd' => [
|
||||
'driver' => 'beanstalkd',
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'expire' => 90,
|
||||
'retry_after' => 90,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
|
@ -61,7 +61,7 @@
|
|||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'expire' => 90,
|
||||
'retry_after' => 90,
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue