How often should I run the message consumers?
Magento 2.4.6 I am running this every minute via cronjob: php bin/magento cron:run; > /dev/null 2>&1 php bin/magento queue:consumers:start product_action_attribute.update & php bin/magento queue:consumers:start codegeneratorProcessor & php bin/magento queue:consumers:start exportProcessor & After a couple of minutes, my SQL server states… Read More »How often should I run the message consumers?