We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5e026 commit 5ff4a09Copy full SHA for 5ff4a09
laravel/app/Listeners/ApiExcelListener.php
@@ -5,12 +5,15 @@
5
use App\Events\ApiExcelEvent;
6
use App\Http\Repository\MultithreadingRepository;
7
use App\Models\ApiExcel;
8
-use Illuminate\Queue\InteractsWithQueue;
9
use Illuminate\Contracts\Queue\ShouldQueue;
10
use Illuminate\Support\Facades\Log;
11
12
class ApiExcelListener implements ShouldQueue
13
{
+ public $connection = 'redis';
14
+
15
+ public $queue = 'cha_queue_excel';
16
17
/**
18
* 任务运行的超时时间。
19
*
0 commit comments