Name this option "retry_after" for clarity.

This commit is contained in:
Taylor Otwell 2016-07-22 14:53:03 -05:00
parent 3cc0388ed7
commit fd569a3785
1 changed files with 3 additions and 3 deletions

View File

@ -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,
],
],