1. run the following command for list
bin/magento queue:consumers:list
result output:
product_action_attribute.update product_action_attribute.website.update codegeneratorProcessor exportProcessor negotiableQuotePriceUpdate sharedCatalogUpdatePrice sharedCatalogUpdateCategoryPermissions quoteItemCleaner inventoryQtyCounter async.operations.all
2. run the following command to process:
bin/magento queue:consumers:start exportProcessor &
0 Comments