No effect when craft queue component is set to redis
leduyenhai opened this issue · 2 comments
leduyenhai commented
this plugin does not work when the queue component is changed to redis in config/app.php file as follows:
'components' => [
'queue' => [
'class' => yii\queue\redis\Queue::class,
'redis' => 'redis', // Redis connection component or its config
'channel' => 'queue', // Queue channel key
],
],
ostark commented
True!
ostark commented
It should work with the new proxy queue option in Craft 4
https://craftcms.com/docs/4.x/upgrade.html#queue-drivers