ostark / craft-async-queue

Async Queue Handler for Craft 3 and 4
MIT License
93 stars 7 forks source link

No effect when craft queue component is set to redis #44

Closed leduyenhai closed 2 years ago

leduyenhai commented 3 years ago

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 2 years ago

True!

ostark commented 2 years ago

It should work with the new proxy queue option in Craft 4 https://craftcms.com/docs/4.x/upgrade.html#queue-drivers