1.0

parent a050f11b
Showing with 3 additions and 3 deletions
......@@ -60,7 +60,7 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'default',
'queue' => 'Purchase',
'queue' => 'yunxin',
'expire' => 6000,
'retry_after'=> 6000
],
......@@ -76,11 +76,11 @@ return [
| 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.
|
*/
'failed' => [
'database' => 'yunxin',
'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