From f1ae8ec824e676b6ee2cd32a93050932e1037caa Mon Sep 17 00:00:00 2001 From: liqi Date: Mon, 6 Jan 2025 14:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index e4e4a5b..1a7a064 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -22,7 +22,7 @@ return [ 'queue4' => [ 'class' => \yii\queue\db\Queue::class, 'db' => 'db', // DB connection component or its config - 'tableName' => '{{%queue}}', // Table name + 'tableName' => '{{%queue4}}', // Table name 'channel' => 'default', // Queue channel key 'mutex' => \yii\mutex\MysqlMutex::class, 'ttr' => 5 * 60, // Max time for job execution