Files
fastmovieai/fastmovie-admin/plugin/shortplay/config/process.php
T

13 lines
322 B
PHP

<?php
return [
/* 'Consumer' => [
'handler' => Webman\RedisQueue\Process\Consumer::class,
'count' => 8, // 可以设置多进程同时消费
'constructor' => [
// 消费者类目录
'consumer_dir' => base_path('plugin/shortplay/queue')
]
] */
];