1.0

parent a050f11b
Showing with 3 additions and 3 deletions
...@@ -60,7 +60,7 @@ return [ ...@@ -60,7 +60,7 @@ return [
'redis' => [ 'redis' => [
'driver' => 'redis', 'driver' => 'redis',
'connection' => 'default', 'connection' => 'default',
'queue' => 'Purchase', 'queue' => 'yunxin',
'expire' => 6000, 'expire' => 6000,
'retry_after'=> 6000 'retry_after'=> 6000
], ],
...@@ -76,11 +76,11 @@ return [ ...@@ -76,11 +76,11 @@ return [
| can control which database and table are used to store the jobs that | can control which database and table are used to store the jobs that
| have failed. You may change them to any database / table you wish. | have failed. You may change them to any database / table you wish.
| |
*/
'failed' => [ 'failed' => [
'database' => 'yunxin', 'database' => 'yunxin',
'table' => 'failed_jobs', 'table' => 'failed_jobs',
], ],
*/
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment