This is a background for yii-queue, there are queue statistics, temporary support redis driver
composer install graychen/yii2-queue-backend
'controllerMap' => [
'migrate' => [
'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
'@graychen/yii2/queue/backend/migrations'
],
],
],
yii migrate/up --migrationPath=@graychen/yii2/queue/backend/migrations
'queue' => [
'class' => 'graychen\yii2\queue\backend\Module',
]