main.INFO: Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown connection name amqp [] []
Hello.
Our system.log is full of this error, which I have read up about online. It seems installing RabbitMQ resolves this, however our hosting company (Cloudways) only support a RabbitMQ installation on their Advanced support scope ($100/mo) which seems a bit steep. Is there another way to stop this filling up our system log? I understand it's related to bulk updates which we use, so don't want to lose that functionality.
Help appreciated!
Solved! Go to Solution.
Hi @GTLTD ,
You can try below. I am not sure about this as I havent faced the same issue. So, please check everything else after doing this.
php bin/magento module:disable Magento_WebapiAsync php bin/magento module:disable Magento_Amq
Or you can refer other suggestions provided here:
https://magento.stackexchange.com/questions/269928/consumer-async-operations-all-skipped-as-required-connection-amqp-is-not-con
Problem Solved? Accept as Solution!
Hope it helps!
Thanks
Hi @GTLTD ,
You can try below. I am not sure about this as I havent faced the same issue. So, please check everything else after doing this.
php bin/magento module:disable Magento_WebapiAsync php bin/magento module:disable Magento_Amq
Or you can refer other suggestions provided here:
https://magento.stackexchange.com/questions/269928/consumer-async-operations-all-skipped-as-required-connection-amqp-is-not-con
Problem Solved? Accept as Solution!
Hope it helps!
Thanks