Resque job manager module with backend UI
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist hrzg/yii2-resque-module "*"
or add
"hrzg/yii2-resque-module": "*"
to the require section of your composer.json
file.
Module configuration
'resque' => [
'class' => 'hrzg\resque\Module',
'layout' => '@admin-views/layouts/main',
]
When upgrading von v2 to v3 run this migration: yii migrate/up -p=@vendor/dmstr/yii2-resque-module/src/migrations/2.0-to-3.0