Magento 2 – Message Added to Queue, Wait for Coupons

coupon-codesmagento2shopping-cart-price-rules

I'm trying to create auto generate coupons in magento 2 but its showing as below:

Message is added to queue, wait to get your coupons soon

Any help will be appreciated?

Best Answer

try to manually process queue with this command

bin/magento queue:consumers:list

view a list of all consumers

bin/magento queue:consumers:start <queue_name>

pass queue_name for process the queue

Related Topic